<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>
|