<xs:simpleType name="HandlingInstructionCodeType">
<xs:annotation>
<xs:documentation>Telema classifier: defines the codes to determine processes that are needed to safely handle the trade item</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="COOL"/>
<!-- Store in cool environment -->
<xs:pattern value="DARK"/>
<!-- Store in dark -->
<xs:pattern value="DCOS"/>
<!-- Store in dry, cool and out of direct sunlight -->
<xs:pattern value="DRCO"/>
<!-- Store in dry and cool -->
<xs:pattern value="DRDA"/>
<!-- Store in dry and dark -->
<xs:pattern value="DRY"/>
<!-- Store in dry -->
<xs:pattern value="OSUN"/>
<!-- Keep out of direct sunlight -->
<xs:pattern value="RTMP"/>
<!-- Store at room temperature -->
<xs:pattern value="STACKED"/>
<!-- Is or can be stacked -->
<xs:pattern value="PRSH"/>
<!-- Quickly perishable -->
</xs:restriction>
</xs:simpleType>
|