2.2.3.21 CT_Argument

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

Referenced by: CT_Action

Specifies an argument of a macro action.

Attributes:

Name : An ST_ObjectName attribute that specifies the name of the argument. MUST be one of the arguments specified by section 2.2.5.2.

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

 <xsd:complexType name="CT_Argument">
   <xsd:complexContent>
     <xsd:extension base="CT_Expression">
       <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

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