Definition Type: SimpleType
Name: ST_HexColorRGB
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Hexadecimal Color Value
Collapse XSD Schema Diagram:
XSD Diagram of ST_HexColorRGB in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Length 3