Font Scheme
The complex type CT_FontScheme defines a font pair. The pair consists of a major font and a minor font. An example of use would be the major font used in headings for a document and the minor font used for the paragraph parts of a document. The major and minor fonts are defined through a collection of font faces defined on a per-language basis. For example, one may define only a Latin-based font, or one can define many different fonts for different locals for a major or minor font. The font used in the document depends on the user’s language.
The complex type CT_FontScheme is defined in the following manner:
<complexType name="CT_FontScheme"> <sequence> <element name="majorFont" type="CT_FontCollection" minOccurs="1" maxOccurs="1"/> <element name="minorFont" type="CT_FontCollection" minOccurs="1" maxOccurs="1"/> <element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </sequence> <attribute name="name" type="xsd:string" use="required"/> </complexType>