2.22.3.6 CT_ChartUniqueID

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

Referenced by: CT_ChartDataPointUniqueIDMapEntry, CT_CategoryFilterException

A complex type<199> that specifies a unique identifier for a data point.

Attributes:

val: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<200> that specifies the GUID of the data point.

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

 <xsd:complexType name="CT_ChartUniqueID">
   <xsd:attribute name="val" type="xsd:string" use="required"/>
 </xsd:complexType>

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