<xsd:complexType name="CT_ColorMenu">
<xsd:attributeGroup ref="v:AG_Ext" />
<xsd:attribute name="strokecolor" type="ST_ColorType">
<xsd:annotation>
<xsd:documentation>Default stroke color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fillcolor" type="ST_ColorType">
<xsd:annotation>
<xsd:documentation>Default fill color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shadowcolor" type="ST_ColorType">
<xsd:annotation>
<xsd:documentation>Default shadow color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="extrusioncolor" type="ST_ColorType">
<xsd:annotation>
<xsd:documentation>Default extrusion color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|