2.6.3.34 CT_StyleSet
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_StylisticSets
A complex type that specifies a reference to a set of character forms defined within the font to be used as a stylistic set. For more information about stylistic sets, see [ISO/IEC-14496-22].
Attributes:
id: An ST_UnsignedDecimalNumber attribute (see [ISO/IEC29500-1:2016] section 22.9.2.16) that specifies the stylistic set that this element represents. MUST be greater than or equal to 1 and less than or equal to 20.
val: An optional ST_OnOff attribute that specifies if the stylistic set specified by id is enabled. If set to "false", this element MUST be ignored. By default, the stylistic set specified by id is enabled.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_StyleSet"> <xsd:attribute name="id" type="w:ST_UnsignedDecimalNumber" use="required"/> <xsd:attribute name="val" type="ST_OnOff" use="optional"/> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).