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