Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TemperatureQualifierCodeType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines type of the temperature (e.g. storage, transportation))
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((DELIVERY_TO_DISTRIBUTION_CENTRE)|(DELIVERY_TO_MARKET)|(INLET_TEMPERATURE)|(OPERATING_TEMPERATURE)|(STORAGE_AFTER_OPENING)|(STORAGE_AFTER_OVERWRAP)|(STORAGE_AFTER_RECONSTITUTION)|(STORAGE_HANDLING)|(TRANSPORTATION)|(WASHING_TEMPERATURE)|(SERVING_TEMPERATURE))
Used by
Source
<xs:simpleType name="TemperatureQualifierCodeType">
  <xs:annotation>
    <xs:documentation>Fully adopted GS1 classifier: defines type of the temperature (e.g. storage, transportation))</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="DELIVERY_TO_DISTRIBUTION_CENTRE"/>
    <xs:pattern value="DELIVERY_TO_MARKET"/>
    <xs:pattern value="INLET_TEMPERATURE"/>
    <xs:pattern value="OPERATING_TEMPERATURE"/>
    <xs:pattern value="STORAGE_AFTER_OPENING"/>
    <xs:pattern value="STORAGE_AFTER_OVERWRAP"/>
    <xs:pattern value="STORAGE_AFTER_RECONSTITUTION"/>
    <xs:pattern value="STORAGE_HANDLING"/>
    <xs:pattern value="TRANSPORTATION"/>
    <xs:pattern value="WASHING_TEMPERATURE"/>
    <xs:pattern value="SERVING_TEMPERATURE"/>
  </xs:restriction>
</xs:simpleType>