2.2.3.16 CT_ParameterDefinition

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

Referenced by: CT_ParameterDefinitions

Specifies one parameter that is accepted by a Data Macro.

Attributes:

Description : An Ignored Value.

Name : An ST_ObjectName attribute that specifies the name of the parameter. The value of this attribute MUST be unique among all other elements of type CT_ParameterDefinition in the same Data Macro.

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

 <xsd:complexType name="CT_ParameterDefinition">
   <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
   <xsd:attribute name="Description" type="ST_LongString" wbld:cname="Description" use="optional"/>
 </xsd:complexType>

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