2.2.3.9 CT_References

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

Referenced by: CT_Query

Container type for the input sources to a Query. MUST contain one or more Reference elements. When more than one input source is included in a Query, every input source MUST be included in a Join.

Child Elements:

Reference : A CT_Reference element that specifies a list or Query that is an input source to the Query.

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

 <xsd:complexType name="CT_References">
   <xsd:sequence>
     <xsd:element name="Reference" maxOccurs="unbounded" wbld:cname="Reference" type="CT_Reference"/>
   </xsd:sequence>
 </xsd:complexType>

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