2.6.3.35 CT_StylisticSets
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: stylisticSets
A complex type that specifies a list of sets of character forms defined within the font, with each serving as a stylistic set. For more information about stylistic sets, see [ISO/IEC-14496-22]. This element can have any number of styleSet child elements.
Child Elements:
styleSet: A CT_StyleSet element that specifies a stylistic set.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_StylisticSets"> <xsd:sequence minOccurs="0"> <xsd:element name="styleSet" minOccurs="0" maxOccurs="unbounded" type="CT_StyleSet"/> </xsd:sequence> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).