2.24.3.80 CT_StringLevel

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

Referenced by: CT_StringDimension

A complex type<541> that specifies one level of dimension data.

Child Elements:

pt: A CT_StringValue element<542> that specifies the data values.

Attributes:

ptCount: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<543> that specifies the number of data values.

name:  A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the level of dimension data.

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

 <xsd:complexType name="CT_StringLevel">
   <xsd:sequence>
     <xsd:element name="pt" type="CT_StringValue" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="ptCount" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="name" type="xsd:string" use="optional"/>
 </xsd:complexType>

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