<xsd:simpleType name="ST_HexColorRGB"> <xsd:annotation> <xsd:documentation>Hexadecimal Color Value</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:hexBinary"> <xsd:length value="3" fixed="true" /> </xsd:restriction> </xsd:simpleType>