Definition Type: ComplexType
Name: fontElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a font.
Collapse XSD Schema Diagram:
Drilldown into sig in schema wordnet_xsd Drilldown into pitch in schema wordnet_xsd Drilldown into notTrueType in schema wordnet_xsd Drilldown into family in schema wordnet_xsd Drilldown into charset in schema wordnet_xsd Drilldown into panose-1 in schema wordnet_xsd Drilldown into altName in schema wordnet_xsd Drilldown into name in schema wordnet_xsdXSD Diagram of fontElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="fontElt">
    <xsd:annotation>
        <xsd:documentation>Defines a font.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="altName" type="stringProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the alternate name for the font.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="panose-1" type="panoseProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the PANOSE typeface classification number, which is a compact 10-byte description of a fonts critical visual characteristics, such as contrast, weight, and serif style. The digits represent Family Kind, Serif Style, Weight, Proportion, Contrast, Stroke Variation, Arm Style, Letterform, Midline, and X-Height.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="charset" type="ucharHexNumberProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the character set for the font.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="family" type="fontFamilyProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the font family this font belongs to. A font family is a set of fonts having common stroke width and serif characteristics. There are five font families. A sixth family allows Word to use the default font.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notTrueType" type="onOffProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents indicates that this font is not a TrueType or OpenType font, but rather a raster or vector font.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pitch" type="pitchElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents specified the font pitch. The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sig" type="fontSigElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Contains information identifying the code pages and Unicode subranges for which a specified font provides glyphs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="name" type="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the face name of this font.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
altName W:altName 0 1
panose-1 W:panose-1 0 1
charset W:charset 0 1
family W:family 0 1
notTrueType W:notTrueType 0 1
pitch W:pitch 0 1
sig W:sig 0 1
Collapse Child Attributes:
Name Type Default Value Use
name W:name (Optional)
Collapse Derivation Tree:
Collapse References:
W:font