<xsd:complexType name="CT_Color">
<xsd:attribute name="auto" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Automatic</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="indexed" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rgb" type="ST_UnsignedIntHex" use="optional">
<xsd:annotation>
<xsd:documentation>Alpha Red Green Blue Color Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="theme" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Theme Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tint" type="xsd:double" use="optional" default="0.0">
<xsd:annotation>
<xsd:documentation>Tint</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|