2.24.4.3 ST_DataId

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_DataId, CT_Data

This simple type<584> specifies a data identifier. The identifier MUST be unique in a chart's XML file.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_DataId">
   <xsd:restriction base="xsd:unsignedInt"/>
 </xsd:simpleType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).