2.10.3.1 CT_DataModelExtBlock

Target namespace: http://schemas.microsoft.com/office/drawing/2008/diagram

Referenced by: dataModelExt

This complex type 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/2] section 3.2.1) that specifies the identifier of the part that contains the Diagram Drawing object.

minVer: An anyURI attribute ([XMLSCHEMA2/2] section 3.2.17) that specifies the minimum version required to display the layout.

The following W3C XML Schema ([XMLSCHEMA1/2] 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/2] section 2.1).