2.2.3.7 CT_References

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

Referenced by: CT_Query

Container type for the input sources to a CT_Query (section 2.2.3.18). MUST contain one or more Reference elements.

Child Elements:

Reference: A CT_Reference (section 2.2.3.6) element that specifies a Table (section 2.1.1) or Query (section 2.1.3) that is an input source to the CT_Query (section 2.2.3.18).

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.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).