RelationshipIds Class
Explicit Relationships to Diagram Parts.When the object is serialized out as xml, its qualified name is dgm:relIds.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class RelationshipIds _
Inherits OpenXmlLeafElement
'Usage
Dim instance As RelationshipIds
public class RelationshipIds : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 1st Edition]
21.4.2.22 relIds (Explicit Relationships to Diagram Parts)
This element specifies the relationship IDs used to explicitly reference each of the four constituent parts of a DrawingML diagram:
Diagram Colors (cs attribute)
Diagram Data (dm attribute)
Diagram Layout Definition (lo attribute)
Diagram Style (qs attribute)
Attributes |
Description |
---|---|
cs (Explicit Relationship to Diagram Colors Part) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID for the explicit relationship to the Diagram Colors part used by this diagram. This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramColors or the document shall be considered non-conformant. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
dm (Explicit Relationship to Diagram Data Part) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID for the explicit relationship to the Diagram Data part used by this diagram. This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramData or the document shall be considered non-conformant. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
lo (Explicit Relationship to Diagram Layout Definition Part) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID for the explicit relationship to the Diagram Layout Definition part used by this diagram. This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramLayout or the document shall be considered non-conformant. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
qs (Explicit Relationship to Style Definition Part) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID for the explicit relationship to the Diagram Style part used by this diagram. This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramQuickStyle or the document shall be considered non-conformant. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
[Note: The W3C XML Schema definition of this element’s content model (CT_RelIds) is located in §A.5.3. 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.