ST_ColorSchemeIndex is defined in wml.xsd and in dml-baseStylesheet.xsd. In the former, it allows values dark1, light1, etc. hyperlink and followedHyperlink. In the latter, it allows values dk1, lt1, etc. hlink and folHlink.
Remedy: Rationalize to the former.
ST_ColorSchemeIndex
te
Proposed Disposition of DIS 29500 Comment GB-0627 (Modified: 2008-01-08) Agreed; this could lead to confusion given the use of the same simple type name but different allowed values. We propose the following changes to wml.xsd: <xsd:simpleType name="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Theme Color Reference</xsd:documentation> </xsd:annotation> … <xsd:complexType name="CT_ColorSchemeMapping"> <xsd:attribute name="bg1" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Background 1 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="t1" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Text 1 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="bg2" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Background 2 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="t2" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Text 2 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent1" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent 1 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent2" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent 2 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent3" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent3 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent4" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent4 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent5" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent5 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="accent6" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Accent6 Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="hyperlink" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Hyperlink Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="followedHyperlink" type="ST_ Wml ColorSchemeIndex"> <xsd:annotation> <xsd:documentation>Followed Hyperlink Theme Color Mapping</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>
