<xsd:complexType name="HeaderFooterFont_Type">
<xsd:attribute name="Height" type="xsd:long" />
<xsd:attribute name="Width" type="xsd:long" />
<xsd:attribute name="Escapement" type="xsd:long" />
<xsd:attribute name="Orientation" type="xsd:long" />
<xsd:attribute name="Weight" type="xsd:long" />
<xsd:attribute name="Italic" type="xsd:unsignedByte" />
<xsd:attribute name="Underline" type="xsd:unsignedByte" />
<xsd:attribute name="StrikeOut" type="xsd:unsignedByte" />
<xsd:attribute name="CharSet" type="xsd:unsignedByte" />
<xsd:attribute name="OutPrecision" type="xsd:unsignedByte" />
<xsd:attribute name="ClipPrecision" type="xsd:unsignedByte" />
<xsd:attribute name="Quality" type="xsd:unsignedByte" />
<xsd:attribute name="PitchAndFamily" type="xsd:unsignedByte" />
<xsd:attribute name="FaceName" type="xsd:string" />
</xsd:complexType>
|