2.6.4.8 ST_NumSpacing

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_NumSpacing

A simple type that specifies the form in which to display numeral spacing.

Possible values for this type are listed in the following table.

Value

Meaning

default

Specifies that numerals are displayed in the font’s default form.

proportional

Specifies that the forms of the numerals designed as proportionally spaced are displayed if supported by the font.

tabular

Specifies that the forms of the numerals designed as tabular are displayed if supported by the font.

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

 <xsd:simpleType name="ST_NumSpacing">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="default"/>
     <xsd:enumeration value="proportional"/>
     <xsd:enumeration value="tabular"/>
   </xsd:restriction>
 </xsd:simpleType>

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