2.2.3.13 CT_Parameters

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_Reference, CT_Query

Container type for the parameters in a CT_Reference (section 2.2.3.6) or in a CT_Query (section 2.2.3.18). MUST contain one or more Parameter elements.

Child Elements:

Parameter: A CT_Parameter (section 2.2.3.12) element that specifies one parameter of a CT_Reference (section 2.2.3.6) or of a CT_Query (section 2.2.3.18).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Parameters">
   <xsd:sequence>
     <xsd:element name="Parameter" maxOccurs="unbounded" wbld:cname="Parameter" type="CT_Parameter"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).