21.4.3.3 cxnLst
21.4.3.3 cxnLst
This element defines a group of connections. There can be a connection list defined for any data model which holds all of the connections between points defined in the diagram.
[Example:
Consider the following example of a cxnLst in DiagramML:
<cxnLst>
<cxn modelId="7" srcId="0" destId="1" srcOrd="0" destOrd="0"/>
<cxn modelId="8" srcId="0" destId="2" srcOrd="1" destOrd="0"/>
<cxn modelId="9" srcId="0" destId="3" srcOrd="2" destOrd="0"/>
<cxn modelId="10" srcId="0" destId="4" srcOrd="3" destOrd="0"/>
<cxn modelId="11" srcId="0" destId="5" srcOrd="4" destOrd="0"/>
<cxn modelId="12" srcId="0" destId="6" srcOrd="5" destOrd="0"/>
</cxnLst>
In this example we see 6 cxn elements (21.4.3.2) defined within a cxnLst element. In this example, a relationship is being defined between point 0 and every other point in the diagram. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_CxnList) is located in A.5.3. end note]
Last updated on