[Table of Contents] [docx version]
Error! No text of specified style in document.
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 http://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 (§7.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 http://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 (§7.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 http://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 (§7.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 http://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 (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RelIds">
<attribute ref="r:dm" use="required"/>
<attribute ref="r:lo" use="required"/>
<attribute ref="r:qs" use="required"/>
<attribute ref="r:cs" use="required"/>
</complexType>