<xs:complexType name="ItemChangeReasons">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="ItemChangeReason" type="LongTextLangType">
<xs:annotation>
<xs:documentation>Free text reason why the item information has changed</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" maxOccurs="unbounded" name="ItemInfoReasonTypeCode" type="ItemInfoReasonType">
<xs:annotation>
<xs:documentation>Code indicating the type of the reason for sending the product information, e.g. new item, updated GTIN</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|