3.1.4.9.3.9 t:NonEmptyArrayOfItemChangesType Complex Type

The NonEmptyArrayOfItemChangesType complex type specifies an array of items and their changes.

 <xs:complexType name="NonEmptyArrayOfItemChangesType">
   <xs:sequence>
     <xs:element name="ItemChange"
       type="t:ItemChangeType" maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the NonEmptyArrayOfItemChangesType complex type.

Element name

Type

Description

ItemChange

t:ItemChangeType (section 3.1.4.9.3.7)

Specifies an item identifier and the updates to apply to the item.