3.1.4.2.3.1 t:ArrayOfBaseItemIdsType Complex Type
The ArrayOfBaseItemIdsType complex type specifies zero or more ItemIdType types ([MS-OXWSCORE] section 2.2.4.25).
-
<xs:complexType name="ArrayOfBaseItemIdsType"> <xs:choice maxOccurs="unbounded" minOccurs="0" > <xs:element name="ItemId" type="t:ItemIdType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfBaseItemIdsType complex type.
Element |
Type |
Description |
---|---|---|
ItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the item identifier of the array member. |