Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type NutrientBasisQuantityType
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+) & ((BY_MEASURE)|(BY_PACKAGE_OR_CONTAINER)|(BY_SERVING))
Used by
Source
<xs:simpleType name="NutrientBasisQuantityType">
  <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="BY_MEASURE"/>
    <xs:pattern value="BY_PACKAGE_OR_CONTAINER"/>
    <xs:pattern value="BY_SERVING"/>
  </xs:restriction>
</xs:simpleType>