2.2.3.9 CT_Results

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

Referenced by: CT_Query

Container element for the results in a CT_Query (section 2.2.3.18). MUST include at least one and no more than 255 Property elements.

Child Elements:

Property: A CT_Result (section 2.2.3.8) element that specifies one or more columns of data to include in the CT_Query (section 2.2.3.18) 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.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).