2.2.3.11 CT_Results

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

Referenced by: CT_Query

Container element for the results in a Query. MUST include one or more Property elements.

Child Elements:

Property : A CT_Result element that specifies one or more columns (1) of data to include 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_Results">
   <xsd:sequence>
     <xsd:element name="Property" maxOccurs="255" wbld:cname="Property" type="CT_Result"/>
   </xsd:sequence>
 </xsd:complexType>

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