CT_Cxn

Complex Type Information

Model

Children: extLst

Attributes

QName Type Fixed Default Use Inheritable Annotation
destId ST_ModelId required
destOrd xsd:unsignedInt required
modelId ST_ModelId required
parTransId ST_ModelId 0 optional
presId xsd:string optional
sibTransId ST_ModelId 0 optional
srcId ST_ModelId required
srcOrd xsd:unsignedInt required
type ST_CxnType parOf optional

Used By

Element CT_CxnList/cxn

Source

<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:attribute name="type" type="ST_CxnType" use="optional" default="parOf"/>
  <xsd:attribute name="srcId" type="ST_ModelId" use="required"/>
  <xsd:attribute name="destId" type="ST_ModelId" use="required"/>
  <xsd:attribute name="srcOrd" type="xsd:unsignedInt" use="required"/>
  <xsd:attribute name="destOrd" type="xsd:unsignedInt" use="required"/>
  <xsd:attribute name="parTransId" type="ST_ModelId" use="optional" default="0"/>
  <xsd:attribute name="sibTransId" type="ST_ModelId" use="optional" default="0"/>
  <xsd:attribute name="presId" type="xsd:string" use="optional" default=""/>
</xsd:complexType>