3.1.4.2.4.1 t:AggregateType Simple Type

The AggregateType simple type specifies whether the maximum or minimum value of a representative property is used to order the items in a group that is returned by the FindItem operation.

 <xs:simpleType name="AggregateType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Minimum"
      />
     <xs:enumeration
       value="Maximum"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the values that are defined by the AggregateType simple type.

Value

Meaning

Maximum

Specifies that the groups are sorted starting with the maximum value for a specified aggregation property.

Minimum

Specifies that the groups are sorted starting with the minimum value for a specified aggregation property.