2.2.3.11 CT_Joins

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

Referenced by: CT_Query

Container type for the joins in a CT_Query (section 2.2.3.18). MUST contain one or more Join elements.

Child Elements:

Join: A CT_Join (section 2.2.3.10) element that specifies a single join in 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_Joins">
   <xsd:sequence>
     <xsd:element name="Join" wbld:cname="Join" maxOccurs="unbounded" type="CT_Join"/>
   </xsd:sequence>
 </xsd:complexType>

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