<xs:simpleType name="ItemGroupIdentificationType">
<xs:annotation>
<xs:documentation>Telema classifier: defines codes thaht can be used to logically group trade items</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="AUT"/>
<!-- Autumn product -->
<xs:pattern value="BABY"/>
<!-- Baby product -->
<xs:pattern value="BIGP"/>
<!-- Big package -->
<xs:pattern value="CPCK"/>
<!-- Child product -->
<xs:pattern value="FAST"/>
<!-- Fast food -->
<xs:pattern value="GRAB"/>
<!-- Grab and Go -->
<xs:pattern value="LPCK"/>
<!-- Little package -->
<xs:pattern value="NS"/>
<!-- Non-seasonal product -->
<xs:pattern value="SPRG"/>
<!-- Spring product -->
<xs:pattern value="SPRT"/>
<!-- Sporty lifestyle-->
<xs:pattern value="SUM"/>
<!-- Summer product -->
<xs:pattern value="SUPR"/>
<!-- Superfood -->
<xs:pattern value="WIN"/>
<!-- Winter product -->
</xs:restriction>
</xs:simpleType>
|