2.2.3.77 CT_TopPercent

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

Referenced by: CT_Query

Specifies a percentage that limits the percent of records returned as results of a Query (section 2.1.3).

Attributes:

Percent: An ST_Percent attribute that specifies the number of records to be returned as results, expressed as a percentage. If the Query (section 2.1.3) doesn’t include a CT_Ordering (section 2.2.3.3) element, the first Percent percent of records are returned. If the Query (section 2.1.3) includes a CT_Ordering (section 2.2.3.3) element the first Percent percent of records, as sorted by that ordering, are returned.

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

 <xsd:complexType name="CT_TopPercent">
   <xsd:attribute name="Percent" use="required" wbld:cname="Percent" type="ST_Percent"/>
 </xsd:complexType>

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