2.7.25 ST_CalcMemNumberFormat
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_CalculatedMember
An enumeration that specifies the display format for a CT_CalculatedMember.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_CalcMemNumberFormat"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="default"/> <xsd:enumeration value="number"/> <xsd:enumeration value="percent"/> </xsd:restriction> </xsd:simpleType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).