Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type LevelOfContainmentCodeType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines based on which type nutrient is measured
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((30)|(50)|(60)|(CONTAINS)|(FREE_FROM)|(MAY_CONTAIN)|(UNDECLARED))
Used by
Source
<xs:simpleType name="LevelOfContainmentCodeType">
  <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="30"/>
    <!-- Substance Not Intentionally Included in Product  -->
    <xs:pattern value="50"/>
    <!-- Derived from -->
    <xs:pattern value="60"/>
    <!-- Not derived from -->
    <xs:pattern value="CONTAINS"/>
    <xs:pattern value="FREE_FROM"/>
    <xs:pattern value="MAY_CONTAIN"/>
    <xs:pattern value="UNDECLARED"/>
  </xs:restriction>
</xs:simpleType>