2.2.3.19 CT_ParameterValues

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

Referenced by: CT_Action, CT_ForEachRecordData, CT_LookupRecordData

Container type for the parameter values to be passed into a Data Macro, Form, or Report. MUST contain one or more Parameter elements.

Child Elements:

Parameter : A CT_ParameterValue element that specifies a single value to be passed into a Data Macro, Form or Report. The value of the Name attribute of each Parameter element MUST be unique within the same CT_ParameterValues.

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

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

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