<parameters>
(Query Parameters)
This element serves as a collection of parameters for an ODBC or web query.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
The number of parameters used. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Parameters">
<sequence>
<element name="parameter" minOccurs="1" maxOccurs="unbounded" type="CT_Parameter"/>
</sequence>
<attribute name="count" use="optional" type="xsd:unsignedInt"/>
</complexType>