<xsd:complexType name="CT_Cxn">
<xsd:sequence>
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="modelId" type="ST_ModelId" use="required">
<xsd:annotation>
<xsd:documentation>Model Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="ST_CxnType" use="optional" default="parOf">
<xsd:annotation>
<xsd:documentation>Point Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="srcId" type="ST_ModelId" use="required">
<xsd:annotation>
<xsd:documentation>Source Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="destId" type="ST_ModelId" use="required">
<xsd:annotation>
<xsd:documentation>Destination Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="srcOrd" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Source Position</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="destOrd" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Destination Position</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="parTransId" type="ST_ModelId" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Parent Transition Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sibTransId" type="ST_ModelId" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Sibling Transition Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="presId" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Presentation Identifier</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|