Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ItemInfoReasonType
Namespace No namespace
Annotations
Telema classifier: defines the reason type of sending the product information
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((NEW_ITEM)|(RNEW_ITEM)|(CHNG_GTIN)|(CHNG_PACK)|(CHNG_LOG)|(CHNG_PRCE)|(EXCL_ITEM))
Used by
Source
<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>