2.2.4.15 t:GroupedItemsType Complex Type
The GroupedItemsType complex type specifies a collection of items that are the result of a grouped FindItem operation, as specified in section 3.1.4.2.
-
<xs:complexType name="GroupedItemsType"> <xs:sequence> <xs:element name="GroupIndex" type="xs:string" /> <xs:element name="Items" type="t:ArrayOfRealItemsType" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the GroupedItemsType complex type.
Element |
Type |
Description |
---|---|---|
GroupIndex |
xs:string [XMLSCHEMA2] |
Specifies the property value that is used to group the items. |
Items |
t:ArrayOfRealItemsType ([MS-OXWSCDATA] section 2.2.4.10) |
Specifies the group of items that correspond to the specified group value. |