2.2.3.14 CT_Parameter

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

Referenced by: CT_Parameters

Specifies one parameter to the parent Query.

Attributes:

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

Type : An ST_FieldType attribute that specifies the type of the parameter.

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

 <xsd:complexType name="CT_Parameter">
   <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
   <xsd:attribute name="Type" type="ST_FieldType" use="required" wbld:cname="Type"/>
 </xsd:complexType>

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