<relationtable>
(Diagram Relationship Table)
This element specifies a list that describes the relationships among diagram nodes.
<o:relationtable v:ext="edit"> <o:rel v:ext="edit" idsrc="#_s1028" iddest="#_s1028"/> <o:rel v:ext="edit" idsrc="#_s1029" iddest="#_s1028" idcntr="#_s1032"/> <o:rel v:ext="edit" idsrc="#_s1030" iddest="#_s1028" idcntr="#_s1033"/> </o:relationtable>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
Namespace: urn:schemas-microsoft-com:vml |
Specifies an optional value that indicates how applications that implement VML should interpret extensions not defined as part of the original specification of core VML. [: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. ] The possible values for this attribute are defined by the ST_Ext simple type (§6.1.3.3). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RelationTable">
<sequence>
<element name="rel" type="CT_Relation" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attributeGroup ref="v:AG_Ext"/>
</complexType>