2.2.3.18 CT_ParameterValue

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

Referenced by: CT_ParameterValues

Specifies one parameter to be passed into a Data Macro, Form, or Report.

Attributes:

Name : An ST_ObjectName attribute that specifies the name of the parameter.

Value : An ST_LongString attribute that specifies the value of the parameter. If the containing macro is a User Interface Macro then the syntax of Value is specified by section 2.5.7. If the containing macro is a Data Macro then the syntax of Value is specified by section 2.5.1

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

 <xsd:complexType name="CT_ParameterValue">
   <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
   <xsd:attribute name="Value" type="ST_LongString" use="required" wbld:cname="Value"/>
 </xsd:complexType>

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