2.2.3.8 CT_Reference

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: CT_References

Specifies one input source to the parent Query.

Attributes:

Alias : An ST_ObjectName attribute that specifies an alias for the input source. This alias MUST be used throughout the Query object to refer to the input source as if it had been named this alias. The value MUST be unique among all Alias attribute values under the References collection.

Source : An ST_ObjectName attribute that specifies a table or a named Query that contains data included in the query Results.

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

 <xsd:complexType name="CT_Reference">
   <xsd:attribute name="Source" type="ST_ObjectName" use="required" wbld:cname="Source"/>
   <xsd:attribute name="Alias" type="ST_ObjectName" wbld:cname="Alias" use="optional"/>
 </xsd:complexType>

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