2.24.3.61 CT_NumberFormat
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Axis, CT_DataLabel, CT_DataLabels
A complex type<449> that specifies custom number formatting.
Attributes:
formatCode: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<450> that specifies the custom formatting information.
sourceLinked: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<451> that specifies the format linked to the source data.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_NumberFormat"> <xsd:attribute name="formatCode" type="xsd:string" use="required"/> <xsd:attribute name="sourceLinked" type="xsd:boolean" use="optional"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).