2.2.3.47 CT_Identifier

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

Referenced by: CT_IndexedIdentifier, CT_NamedExpression, CT_ExpressionContents

Specifies the name of an identifier in an expression.

Attributes:

Name: A string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of the identifier.  MUST NOT be empty. If the element containing this attribute is the descendant of a CT_FormDef (section 2.2.3.81) element, then the value MUST be the name of a control, a user interface macro variable (section 2.1.2.3.1), or a column in the database application.  Otherwise, the value MUST be the name of a column in the database application.

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

 <xsd:complexType name="CT_Identifier">
   <xsd:attribute name="Name" type="xsd:string" use="required" wbld:cname="Name"/>
 </xsd:complexType>

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