2.2.4.3 t:ArrayOfGroupedItemsType Complex Type
The ArrayOfGroupedItemsType complex type specifies an array of items that are returned by the FindItem operation, as specified in section 3.1.4.2.
-
<xs:complexType name="ArrayOfGroupedItemsType"> <xs:choice> <xs:element name="GroupedItems" type="t:GroupedItemsType" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> </xs:complexType>
The following table lists the child element of the ArrayOfGroupedItemsType complex type.
Element |
Type |
Description |
---|---|---|
GroupedItems |
t:GroupedItemsType (section 2.2.4.15) |
Specifies an array of items that are returned by the FindItem operation. |