<xsd:complexType name="colormenuType">
<xsd:annotation>
<xsd:documentation>For more information on this type, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="fillcolor" type="xsd:string" use="optional" default="rgb(0,0,255)">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="strokecolor" type="xsd:string" use="optional" default="rgb(255,0,0)">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shadowcolor" type="xsd:string" use="optional" default="rgb(128,128,12)">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="extrusioncolor" type="xsd:string" use="optional" default="rgb(0,0,0)">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="colors" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="v:ext" use="optional">
</xsd:attribute>
</xsd:complexType>
|