2.3.4.2.7 ColorEntry_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: Colors_Type

A complex type that specifies a color available in a color table.

Attributes:

IX: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the zero-based index of the element. It MUST be less than or equal to 253. It MUST be unique amongst all of the ColorEntry_Type elements of the containing Colors_Type.

RGB: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the hexadecimal value of a color in the color table.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="ColorEntry_Type">
   <xsd:attribute name="IX" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="RGB" type="xsd:string" use="required"/>
 </xsd:complexType>