DataModelExtensionBlock class
Defines the DataModelExtensionBlock Class. When the object is serialized out as xml, its qualified name is dsp:dataModelExt.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock
Namespace: DocumentFormat.OpenXml.Office.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.6 dataModelExt
Target namespace: http://schemas.microsoft.com/office/drawing/2008/diagram
Element type:CT_DataModelExtBlock
An extension list child element of:dataModel as specified in [ISO/IEC-29500-1] section 21.4.2.10
(For more details, see [ISO/IEC-29500-1] section 10.1.2.)
Extension list URI attribute: http://schemas.microsoft.com/office/drawing/2008/diagram
An additional element of a dataModel that defines the explicit part location of the Diagram Drawing and the minimum application version required to layout this diagram.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="dataModelExt" type="CT_DataModelExtBlock"/>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.44 CT_DataModelExtBlock
Target namespace: http://schemas.microsoft.com/office/drawing/2008/diagram
Referenced by: dataModelExt
This element specifies a relationship identifier to the Diagram Drawing part, as well as a URI that is used to determine the minimum application version required to run layout on the diagram.
Attributes:
relId: A string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the identifier of the part that contains the Diagram Drawing object.
minVer: An anyURI attribute ([XMLSCHEMA2] section 3.2.17) that specifies the minimum version required to display the layout.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_DataModelExtBlock">
<xsd:attribute name="relId" type="xsd:string"/>
<xsd:attribute name="minVer" type="xsd:anyURI"/>
</xsd:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).