Showing:

Annotations
Diagrams
Facets
Source
Simple Type MilkSourceAnimalType
Namespace No namespace
Annotations
Telema classifier: defines the source animal of milk product
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((BUFFALO)|(COW)|(GOAT)|(SHEEP))
Source
<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>