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