3.1.4.2.3.4 t:BaseGroupByType Complex Type
The BaseGroupByType complex type specifies the base class for derived complex types that specify grouped queries to the FindItem operation, as specified in section 3.1.4.2.
-
<xs:complexType name="BaseGroupByType" abstract="true" > <xs:attribute name="Order" type="t:SortDirectionType" use="required" /> </xs:complexType>
The following table lists the attribute that is defined for the BaseGroupByType complex type.
Attribute |
Type |
Description |
---|---|---|
Order |
t:SortDirectionType (section 3.1.4.2.4.2) |
Specifies the sort order of the returned grouped items. This attribute MUST be specified. |