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