2.2.3.78 CT_ExpressionArgument

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_Action

Specifies an argument of a macro action (section 2.2.5.1) with a single expression.

Child Elements:

Expression: A CT_ExpressionContents (section 2.2.3.45) element that specifies a single expression as the value of the argument.

Attributes:

Name: An ST_ObjectName (section 2.2.4.1) attribute that specifies the name of the argument.

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

 <xsd:complexType name="CT_ExpressionArgument">
   <xsd:sequence>
     <xsd:element name="Expression" type="CT_ExpressionContents" wbld:cname="Expression"/>
   </xsd:sequence>
   <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/>
 </xsd:complexType>

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