Showing:

Annotations
Diagrams
Facets
Source
Simple Type PackagingRecyclingProcessType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines based on which type nutrient is measured
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((COMPOSTABLE)|(ENERGY_RECOVERABLE)|(RECYCLABLE)|(REUSABLE))
Source
<xs:simpleType name="PackagingRecyclingProcessType">
  <xs:annotation>
    <xs:documentation>Fully adopted GS1 classifier: defines based on which type nutrient is measured</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="COMPOSTABLE"/>
    <xs:pattern value="ENERGY_RECOVERABLE"/>
    <xs:pattern value="RECYCLABLE"/>
    <xs:pattern value="REUSABLE"/>
  </xs:restriction>
</xs:simpleType>