<xs:simpleType name="ItemInfoReasonType">
<xs:annotation>
<xs:documentation>Telema classifier: defines the reason type of sending the product information</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="NEW_ITEM"/>
<!-- New item -->
<xs:pattern value="RNEW_ITEM"/>
<!-- Existing item information needs to be updated-->
<xs:pattern value="CHNG_GTIN"/>
<!-- GTIN of the item has changed -->
<xs:pattern value="CHNG_PACK"/>
<!-- Item's packaging info has changed -->
<xs:pattern value="CHNG_LOG"/>
<!-- Item's logictics info has changed -->
<xs:pattern value="CHNG_PRCE"/>
<!-- Item's price has changed -->
<xs:pattern value="EXCL_ITEM"/>
<!-- Item is to be excluded -->
</xs:restriction>
</xs:simpleType>
|