Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type EffectiveEndDateContextCodeType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines an associated event which gives meaning to the effective end date for a segment.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((AD_END_DATE)|(LAST_ DELIVERY_ DATE)|(LAST_ORDER_ DATE)|(LAST_SHIP_ DATE)|(VALIDITY_END_DATE))
Used by
Source
<xs:simpleType name="EffectiveEndDateContextCodeType">
  <xs:annotation>
    <xs:documentation>Fully adopted GS1 classifier: defines an associated event which gives meaning to the effective end date for a segment.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="AD_END_DATE"/>
    <!-- The end date for an advertisement for a given product. -->
    <xs:pattern value="LAST_ DELIVERY_ DATE"/>
    <!-- The day on which the lasty delivery is made. -->
    <xs:pattern value="LAST_ORDER_ DATE"/>
    <!-- It indicates the latest date that an order can be placed for the trade item. -->
    <xs:pattern value="LAST_SHIP_ DATE"/>
    <!-- It indicates the latest date that the trade item can be shipped. This is independent of any specific ship-from location. -->
    <xs:pattern value="VALIDITY_END_DATE"/>
    <!-- It indicates the date until which the information (e.g. ItemPriceType) is valid -->
  </xs:restriction>
</xs:simpleType>