<xsd:complexType name="fontsListElt">
<xsd:annotation>
<xsd:documentation>Defines a collection of fonts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="defaultFonts" type="fontsElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the default fonts for this document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="font" type="fontElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents one of the fonts used in the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|