2.6.4.7 ST_NumForm

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

Referenced by: CT_NumForm

A simple type that specifies the form in which to display numerals. Possible values for this type are listed in the following table. For more information about numeral forms, see [ISO/IEC-14496-22].

Value

Meaning

default

Numerals are displayed in the font’s default form.

lining

Lining numerals are displayed if the font supports them.

oldStyle

Oldstyle numerals are displayed if the font supports them.

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

 <xsd:simpleType name="ST_NumForm">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="default"/>
     <xsd:enumeration value="lining"/>
     <xsd:enumeration value="oldStyle"/>
   </xsd:restriction>
 </xsd:simpleType>

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