2.2.3.86 CT_NamedExpression

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

Referenced by: CT_Expressions

Specifies an expression that has a name associated with it. User Interface Macros (section 2.1.2.1) and controls on the form that are descendants of the same CT_FormDef (section 2.2.3.81) element as the CT_NamedExpression element can reference the expression using the value of the Name attribute.

Child Elements:

BitLiteral: A CT_BitLiteral element that specifies a Boolean literal.

DateLiteral: A CT_DateLiteral element that specifies a date literal.

DateTimeLiteral: A CT_DateTimeLiteral element that specifies a literal with both date and time components.

DecimalLiteral: A CT_DecimalLiteral element that specifies a decimal literal.

FunctionCall: A CT_FunctionCall element that specifies a function call.

Identifier: A CT_Identifier element that specifies an identifier.

IntegerLiteral: A CT_IntegerLiteral element that specifies an integer literal.

NullLiteral: A CT_NullLiteral element that specifies a null literal.

Original:  An  Ignored Value (section 2.1.4).

StringLiteral: A CT_StringLiteral element that specifies a string literal.

TimeLiteral: A CT_TimeLiteral element that specifies a time literal.

Attributes:

Name: A string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of the expression.

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

 <xsd:complexType name="CT_NamedExpression">
   <xsd:complexContent>
     <xsd:extension base="CT_ExpressionContents">
       <xsd:attribute name="Name" type="xsd:string" wbld:cname="Name" use="required"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

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