RelationTable Class
Diagram Relationship Table.When the object is serialized out as xml, its qualified name is o:relationtable.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Vml.Office.RelationTable
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Relation))> _
Public Class RelationTable _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As RelationTable
[ChildElementInfoAttribute(typeof(Relation))]
public class RelationTable : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Relation <o:rel>
[ISO/IEC 29500-1 1st Edition]
14.2.2.25 relationtable (Diagram Relationship Table)
This element specifies a list that describes the relationships among diagram nodes.
[Example: The following table describes the parent-child relationships for shapes in an organization chart. The first entry describes the top-level shape in the diagram. The next two rows describe that the shapes are subordinates to the first shape. Shape 1029 is a subordinate of shape 1028. Shape 1032, a connector in this case, is in between the two.
<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>
end example]
Parent Elements |
---|
diagram (§14.2.2.8) |
Child Elements |
Subclause |
---|---|
rel (Diagram Relationship) |
§14.2.2.24 |
Attributes |
Description |
---|---|
ext (VML Extension Handling Behavior) 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. [Rationale: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. end rationale] The possible values for this attribute are defined by the ST_Ext simple type (§14.1.3.2). |
[Note: The W3C XML Schema definition of this element’s content model (CT_RelationTable) is located in §A.6.2. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.