2.22.3.5 CT_ChartDataPointUniqueIDMapEntry

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

Referenced by: CT_ChartDataPointUniqueIDMap

A complex type<196> that specifies a single entry representing the datapoint index and its unique ID in a series. This is used to store unique IDs of filtered-out datapoints that have special properties, such as formatting, datalabels, markers, or pie explosion.

Child Elements:

ptidx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) element<197> that specifies this data point index.

uniqueID: A CT_ChartUniqueID element<198> that specifies the unique ID of a data point.

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

 <xsd:complexType name="CT_ChartDataPointUniqueIDMapEntry">
   <xsd:sequence>
     <xsd:element name="ptidx" type="xsd:unsignedInt" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="uniqueID" type="CT_ChartUniqueID" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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