2.2.4.8 t:ArrayOfItemIdsType Complex Type

The ArrayOfItemIdsType complex type specifies an array of item ids.<37>

 <xs:complexType name="ArrayOfItemIdsType">
   <xs:sequence>
     <xs:element name="ItemId" type="t:ItemIdType" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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

Element name

Type

Description

ItemId

t:ItemIdType (section 2.2.4.25)

The identifier of an item.