Definition Type: SimpleType
Name: CommandType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Contains the type of command specified.
Collapse XSD Schema Diagram:
XSD Diagram of CommandType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="CommandType">
    <xsd:annotation>
        <xsd:documentation>Contains the type of command specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Cube" />
        <xsd:enumeration value="Default" />
        <xsd:enumeration value="None" />
        <xsd:enumeration value="SQL" />
        <xsd:enumeration value="Table" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Cube
Enumeration Default
Enumeration None
Enumeration SQL
Enumeration Table
Collapse Derivation Tree:
Collapse References:
x:CommandType, x:CommandType