Defines a color property that uses a hexadecimal value.
| Namespace | http://schemas.microsoft.com/office/word/2003/auxHint | 
| Schema name | Auxiliary XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | hexColorType | required | Gets or sets a hexadecimal color code in the format of RRGGBB or 'auto'. | 
      
<xsd:complexType name="hexColorProperty" >
  <xsd:attribute name="val" type="hexColorType" use="required">
  </xsd:attribute>
</xsd:complexType>