CT_Font

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name ST_String required

Used By

Source

<xsd:complexType name="CT_Font">
  <xsd:sequence>
    <xsd:element name="altName" type="CT_String" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="panose1" type="CT_Panose" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="charset" type="CT_Charset" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="family" type="CT_FontFamily" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="notTrueType" type="CT_OnOff" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="pitch" type="CT_Pitch" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="sig" type="CT_FontSig" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="embedRegular" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="embedBold" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="embedItalic" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="embedBoldItalic" type="CT_FontRel" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="s:ST_String" use="required"/>
</xsd:complexType>