Schema Central > OOXML > dml-diagramDataModel.xsd > draw-diag:cxn
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

draw-diag:cxn

Connection

Element information

Content

Attributes

NameOccTypeDescriptionNotes
modelId [1..1]draw-diag:ST_ModelIdModel Identifier
type [0..1]draw-diag:ST_CxnTypePoint TypeDefault value is "parOf".
srcId [1..1]draw-diag:ST_ModelIdSource Identifier
destId [1..1]draw-diag:ST_ModelIdDestination Identifier
srcOrd [1..1]xsd:unsignedIntSource Position
destOrd [1..1]xsd:unsignedIntDestination Position
parTransId [0..1]draw-diag:ST_ModelIdParent Transition IdentifierDefault value is "0".
sibTransId [0..1]draw-diag:ST_ModelIdSibling Transition IdentifierDefault value is "0".
presId [0..1]xsd:stringPresentation IdentifierDefault value is "".

Used in

Sample instance

<draw-diag:cxn modelId="1" srcId="1" destId="1" srcOrd="1" destOrd="1">
   <draw-diag:extLst>
      <a:ext>
         <!--any element-->
      </a:ext>
   </draw-diag:extLst>
</draw-diag:cxn>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com