<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 |
---|---|
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). |
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). |
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). |
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>