Definition Type: ComplexType
Name: CT_ColorMenu
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: vml-officeDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extrusioncolor in schema vml-officedrawing_xsd Drilldown into shadowcolor in schema vml-officedrawing_xsd Drilldown into fillcolor in schema vml-officedrawing_xsd Drilldown into strokecolor in schema vml-officedrawing_xsd Drilldown into ext in schema vml-main_xsd Drilldown into AG_Ext in schema vml-main_xsdXSD Diagram of CT_ColorMenu in schema vml-officedrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
ext v:ext (Optional)
strokecolor o:strokecolor (Optional)
fillcolor o:fillcolor (Optional)
shadowcolor o:shadowcolor (Optional)
extrusioncolor o:extrusioncolor (Optional)
Collapse Derivation Tree:
Collapse References:
o:colormenu