Definition Type: ComplexType
Name: fontSigElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the font signature of a font.
Collapse XSD Schema Diagram:
Drilldown into csb-1 in schema wordnet_xsd Drilldown into csb-0 in schema wordnet_xsd Drilldown into usb-3 in schema wordnet_xsd Drilldown into usb-2 in schema wordnet_xsd Drilldown into usb-1 in schema wordnet_xsd Drilldown into usb-0 in schema wordnet_xsdXSD Diagram of fontSigElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="fontSigElt">
    <xsd:annotation>
        <xsd:documentation>Defines the font signature of a font.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="usb-0" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the first 32 bits of the 128-bit Unicode subset bitfield (USB). Each bit, except the two most significant bits, represents a single subrange. The most significant bit is always 1 and identifies the bitfield as a font signature. The second most significant bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="usb-1" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the second 32 bits of the 128-bit Unicode subset bitfield (USB). Each bit, except the two most significant bits, represents a single subrange. The most significant bit is always 1 and identifies the bitfield as a font signature. The second most significant bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="usb-2" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the third 32 bits of the 128-bit Unicode subset bitfield (USB). Each bit, except the two most significant bits, represents a single subrange. The most significant bit is always 1 and identifies the bitfield as a font signature. The second most significant bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="usb-3" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the last 32 bits of the 128-bit Unicode subset bitfield (USB). Each bit, except the two most significant bits, represents a single subrange. The most significant bit is always 1 and identifies the bitfield as a font signature. The second most significant bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="csb-0" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the first 32 bits of the 64-bit code-page bitfield (CPB) that identifies a specific character set or code page. Code pages are in the lower 32 bits of this bitfield. The high 32 bits are used for non-Windows code pages. The graphics device interface (GDI) relies on Windows code pages fitting within a 32-bit value. Note that the highest 2 bits within this value are reserved for GDI internal use, and may not be assigned to code pages.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="csb-1" use="required" type="longHexNumberType">
        <xsd:annotation>
            <xsd:documentation>Provides the last 32 bits of the 64-bit code-page bitfield (CPB) that identifies a specific character set or code page. Code pages are in the lower 32 bits of this bitfield. The high 32 bits are used for non-Windows code pages. The graphics device interface (GDI) relies on Windows code pages fitting within a 32-bit value. Note that the highest 2 bits within this value are reserved for GDI internal use, and may not be assigned to code pages.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
usb-0 W:usb-0 Required
usb-1 W:usb-1 Required
usb-2 W:usb-2 Required
usb-3 W:usb-3 Required
csb-0 W:csb-0 Required
csb-1 W:csb-1 Required
Collapse Derivation Tree:
Collapse References:
W:sig