3.1.4.2.3.5 t:DistinguishedGroupByType Complex Type

The DistinguishedGroupByType complex type specifies a standard grouping for the FindItem operation. The DistinguishedGroupByType complex type extends the BaseGroupByType complex type, as specified in section 3.1.4.2.3.4.

 <xs:complexType name="DistinguishedGroupByType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseGroupByType"
     >
       <xs:sequence>
         <xs:element name="StandardGroupBy"
           type="t:StandardGroupByType"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the DistinguishedGroupByType complex type.

Element

Type

Description

StandardGroupBy

t:StandardGroupByType (section 3.1.4.2.4.3)

Specifies one of the standard groupings for returned items.