<xs:simpleType name="MilkSourceAnimalType">
<xs:annotation>
<xs:documentation>Telema classifier: defines the source animal of milk product</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="BUFFALO"/>
<xs:pattern value="COW"/>
<xs:pattern value="GOAT"/>
<xs:pattern value="SHEEP"/>
</xs:restriction>
</xs:simpleType>
|