2.2.3.59 CT_IndexedStringLiteral

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

Referenced by: CT_IndexedFunctionCall, CT_FunctionCall

Specifies a literal that represents a string that is an argument to a function call in an expression.

Attributes:

Index: An int ([XMLSCHEMA2] section 3.3.17) attribute that specifies the zero-indexed position of the literal in the list of arguments.

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_IndexedStringLiteral">
   <xsd:complexContent>
     <xsd:extension base="CT_StringLiteral">
       <xsd:attribute name="Index" type="xsd:int" use="required" wbld:cname="Index"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

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