<xsd:complexType name="CT_TextFont">
<xsd:attribute name="typeface" type="ST_TextTypeface">
<xsd:annotation>
<xsd:documentation>Text Typeface</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="panose" type="ST_Panose" use="optional">
<xsd:annotation>
<xsd:documentation>Panose Setting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pitchFamily" type="xsd:byte" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Similar Font Family</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="charset" type="xsd:byte" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Similar Character Set</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|