2.6.4.16 ST_SchemeColorVal
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_SchemeColor
A simple type that represents a scheme color value.
Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.54 for details about the meaning of each value.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_SchemeColorVal"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="bg1"/> <xsd:enumeration value="tx1"/> <xsd:enumeration value="bg2"/> <xsd:enumeration value="tx2"/> <xsd:enumeration value="accent1"/> <xsd:enumeration value="accent2"/> <xsd:enumeration value="accent3"/> <xsd:enumeration value="accent4"/> <xsd:enumeration value="accent5"/> <xsd:enumeration value="accent6"/> <xsd:enumeration value="hlink"/> <xsd:enumeration value="folHlink"/> <xsd:enumeration value="dk1"/> <xsd:enumeration value="lt1"/> <xsd:enumeration value="dk2"/> <xsd:enumeration value="lt2"/> <xsd:enumeration value="phClr"/> </xsd:restriction> </xsd:simpleType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).