<xsd:complexType name="CT_FontCollection"> <xsd:sequence> <xsd:element name="latin" type="CT_TextFont" minOccurs="1" maxOccurs="1"/> <xsd:element name="ea" type="CT_TextFont" minOccurs="1" maxOccurs="1"/> <xsd:element name="cs" type="CT_TextFont" minOccurs="1" maxOccurs="1"/> <xsd:element name="font" type="CT_SupplementalFont" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |