Definition Type: ComplexType
Name: colormenuType
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: office.xsd
Abstract
Documentation:
For more information on this type, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
Collapse XSD Schema Diagram:
Drilldown into ext in schema vml_xsd Drilldown into colors in schema office_xsd Drilldown into extrusioncolor in schema office_xsd Drilldown into shadowcolor in schema office_xsd Drilldown into strokecolor in schema office_xsd Drilldown into fillcolor in schema office_xsdXSD Diagram of colormenuType in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
fillcolor o:fillcolor rgb(0,0,255) Optional
strokecolor o:strokecolor rgb(255,0,0) Optional
shadowcolor o:shadowcolor rgb(128,128,12) Optional
extrusioncolor o:extrusioncolor rgb(0,0,0) Optional
colors o:colors Optional
ext v:ext Optional
Collapse Derivation Tree:
Collapse References:
o:colormenu