Specifies a parameter type.
      
<ParameterType />
    | 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="ParameterType" default="Prompt" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Prompt" />
      <xsd:enumeration value="Value" />
      <xsd:enumeration value="Formula" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>