Definition Type: Element
Name: CommandType
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Default None
Documentation:
Specifies the type of command used in the CommandText element.
Collapse XSD Schema Diagram:
XSD Diagram of CommandType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="CommandType" default="None" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the type of command used in the CommandText element.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <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>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Cube
Enumeration Default
Enumeration None
Enumeration SQL
Enumeration Table