<xs:simpleType name="PackagingMaterialType">
<xs:annotation>
<xs:documentation>Telema classifier: defines packaging material type</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="ALUM"/>
<!-- Aluminium -->
<xs:pattern value="BGLS"/>
<!-- Brown Glass -->
<xs:pattern value="CART"/>
<!-- Non-Corrugated Paperboard -->
<xs:pattern value="COPR"/>
<!-- Composite (prevailing paper) -->
<xs:pattern value="CORK"/>
<!-- Cork -->
<xs:pattern value="COTH"/>
<!-- Composite (prevailing other) -->
<xs:pattern value="CPPR"/>
<!-- Corrugated Paperboard -->
<xs:pattern value="CRMC"/>
<!-- Ceramics -->
<xs:pattern value="CTN"/>
<!-- Cotton -->
<xs:pattern value="GGLS"/>
<!-- Green Glass -->
<xs:pattern value="HDPE"/>
<!-- High-density polyethylene -->
<xs:pattern value="JUTE"/>
<!-- Jute -->
<xs:pattern value="LDPE"/>
<!-- Low-density polyethylene -->
<xs:pattern value="OGLS"/>
<!-- Other Glass -->
<xs:pattern value="OMTL"/>
<!-- Other Kinds of Metals -->
<xs:pattern value="OMTR"/>
<!-- Other Materials -->
<xs:pattern value="OPPR"/>
<!-- Other Kinds of Paper -->
<xs:pattern value="OPTC"/>
<!-- Other Plastics -->
<xs:pattern value="OWD"/>
<!-- Other Kinds of Wood -->
<xs:pattern value="PET"/>
<!-- Polyethylene terephthalate -->
<xs:pattern value="PP"/>
<!-- Polypropylene -->
<xs:pattern value="PPR"/>
<!-- Paper -->
<xs:pattern value="PS"/>
<!-- Polystyrene -->
<xs:pattern value="PVC"/>
<!-- Polyvinyl chloride -->
<xs:pattern value="STEL"/>
<!-- Steel -->
<xs:pattern value="WGLS"/>
<!-- Colorless Glass -->
<xs:pattern value="WOOD"/>
<!-- Wood -->
</xs:restriction>
</xs:simpleType>
|