2.2.3.17 CT_ParameterDefinitions

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: CT_DataMacro

Container type for the parameter definitions in a Data Macro. MUST contain one or more ParameterDefinition elements.

Child Elements:

Parameter : A CT_ParameterDefinition element that specifies a parameter supported by the Data Macro.

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

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

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