Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type AdditionalClassificationValueType
Namespace No namespace
Annotations
Telema classifier: defines codes that can be used to define product category for Telema PDS
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((PDS_1_PRD)|(PDS_11_FOOD)|(PDS_111_PACK)|(PDS_112_VEGE)|(PDS_113_PET)|(PDS_12_ALCO)|(PDS_121_WINE)|(PDS_13_NFD))
Used by
Source
<xs:simpleType name="AdditionalClassificationValueType">
  <xs:annotation>
    <xs:documentation>Telema classifier: defines codes that can be used to define product category for Telema PDS</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="PDS_1_PRD"/>
    <!-- Product -->
    <xs:pattern value="PDS_11_FOOD"/>
    <!-- Food -->
    <xs:pattern value="PDS_111_PACK"/>
    <!-- Packed food -->
    <xs:pattern value="PDS_112_VEGE"/>
    <!-- Fruits and vegetables -->
    <xs:pattern value="PDS_113_PET"/>
    <!-- Pet food -->
    <xs:pattern value="PDS_12_ALCO"/>
    <!-- Alcohol -->
    <xs:pattern value="PDS_121_WINE"/>
    <!-- Wine and sparkling wine -->
    <xs:pattern value="PDS_13_NFD"/>
    <!-- Non-food -->
  </xs:restriction>
</xs:simpleType>