2.2.3.50 CT_RecordSource

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

Referenced by: CT_ViewData

Specifies the data source for the Form. If the Query child element is not present, the value of this element MUST be the name of a list or query.

Child Elements:

Query : A CT_Query element that specifies a single query.

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

 <xsd:complexType mixed="true" name="CT_RecordSource">
   <xsd:sequence>
     <xsd:element name="Query" type="CT_Query" minOccurs="0" wbld:cname="Query"/>
   </xsd:sequence>
 </xsd:complexType>

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