2.24.3.15 CT_Data

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

Referenced by: CT_ChartData

A complex type<291> that specifies the number dimension and string dimension for the specified chart data.

Child Elements:

numDim: A CT_NumericDimension element<292> that specifies numeric dimension data.

strDim: A CT_StringDimension element<293> that specifies string dimension data.

extLst: A CT_ExtensionList element<294> that specifies an extensibility container.

Attributes:

id: An ST_DataId (section 2.24.4.4) attribute<295> that specifies the identifier of this data.

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

 <xsd:complexType name="CT_Data">
   <xsd:sequence>
     <xsd:choice minOccurs="1" maxOccurs="unbounded">
       <xsd:element name="numDim" type="CT_NumericDimension" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="strDim" type="CT_StringDimension" minOccurs="1" maxOccurs="1"/>
     </xsd:choice>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="id" type="ST_DataId" use="required"/>
 </xsd:complexType>

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