2.2.4.4 t:ArrayOfItemsType Complex Type
The ArrayOfItemsType complex type specifies an array of items that are returned in a search.<6>
-
<xs:complexType name="ArrayOfItemsType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Item" type="t:ItemType"/> </xs:choice> </xs:complexType>
The following table describes the child element of the ArrayOfItemsType complex type.
Element |
Type |
Description |
---|---|---|
Item |
t:ItemType ([MS-OXWSCORE] section 2.2.4.24) |
A generic item. |