2.24.3.81 CT_StringValue

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

Referenced by: CT_StringLevel

A complex type<544> that specifies a string data value.

Attributes:

idx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<545> that specifies the index of this data value.

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

 <xsd:complexType name="CT_StringValue">
   <xsd:simpleContent>
     <xsd:extension base="xsd:string">
       <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

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