<xsd:complexType name="CT_FontSig">
<xsd:attribute name="usb0" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>First 32 Bits of Unicode Subset Bitfield</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="usb1" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Second 32 Bits of Unicode Subset Bitfield</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="usb2" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Third 32 Bits of Unicode Subset Bitfield</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="usb3" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Fourth 32 Bits of Unicode Subset Bitfield</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="csb0" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Lower 32 Bits of Code Page Bit Field</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="csb1" use="required" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Upper 32 Bits of Code Page Bit Field</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|