<xsd:complexType name="FontEntry_Type">
<xsd:attribute name="ID" type="xsd:unsignedLong" />
<xsd:attribute name="Name" type="xsd:string" />
<xsd:attribute name="CharSet" type="xsd:unsignedByte" />
<xsd:attribute name="PitchAndFamily" type="xsd:unsignedByte" />
<xsd:attribute name="Attributes" type="xsd:unsignedShort" />
<xsd:attribute name="Weight" type="xsd:long" />
<xsd:attribute name="Unicode" type="ISOBoolean" />
</xsd:complexType>
|