Definition Type: SimpleType
Name: hintType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Provides a hint to Word regarding which font to use for display.
Collapse XSD Schema Diagram:
XSD Diagram of hintType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="hintType">
    <xsd:annotation>
        <xsd:documentation>Provides a hint to Word regarding which font to use for display.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="default">
        </xsd:enumeration>
        <xsd:enumeration value="fareast">
        </xsd:enumeration>
        <xsd:enumeration value="cs">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration default
Enumeration fareast
Enumeration cs
Collapse Derivation Tree:
Collapse References:
W:hint