2.2.3.50 CT_StringLiteral

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

Referenced by: CT_IndexedStringLiteral, CT_NamedExpression, CT_ExpressionContents

Specifies a literal that represents a string value in an expression.

Attributes:

Value: A string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the value of the literal.

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

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

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