Specifies the data type of a query parameter.
      
<ExcelType />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Parameter | Specifies the parameters to the command text. | 
| Parameter | Contains information about a query parameter. | 
None.
None.
      
<xsd:element name="ExcelType" default="Text" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Boolean" />
      <xsd:enumeration value="Float" />
      <xsd:enumeration value="Integer" />
      <xsd:enumeration value="Text" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>