For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library at VML Reference.
| Namespace | urn:schemas-microsoft-com:office:office | 
| Schema name | Common Properties | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| fillcolor | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| strokecolor | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| shadowcolor | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| extrusioncolor | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| colors | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| v:ext | external ref | optional | See external namespace. | See external namespace. | 
      
<xsd:complexType name="colormenuType" >
  <xsd:attribute name="fillcolor" type="xsd:string" use="optional" default="rgb(0,0,255)"></xsd:attribute>
  <xsd:attribute name="strokecolor" type="xsd:string" use="optional" default="rgb(255,0,0)"></xsd:attribute>
  <xsd:attribute name="shadowcolor" type="xsd:string" use="optional" default="rgb(128,128,12)"></xsd:attribute>
  <xsd:attribute name="extrusioncolor" type="xsd:string" use="optional" default="rgb(0,0,0)"></xsd:attribute>
  <xsd:attribute name="colors" type="xsd:string" use="optional"></xsd:attribute>
  <xsd:attribute ref="v:ext" use="optional"></xsd:attribute>
</xsd:complexType>