<xsd:complexType name="CT_Colors">
<xsd:sequence>
<xsd:group ref="a:EG_ColorChoice" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="meth" type="ST_ClrAppMethod" use="optional" default="span">
<xsd:annotation>
<xsd:documentation>Color Application Method Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hueDir" type="ST_HueDir" use="optional" default="cw">
<xsd:annotation>
<xsd:documentation>Hue Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|