ndex:LivestockCategoryCodeSimpleType
simpleType LivestockCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/
Definition
A data type for a code that identifies a type of livestock/pet.
Diagram
Enumerations
| Value | Definition |
| ALLIGATOR | Alligator |
| ALPACA | Alpaca |
| BEE | Bee |
| BIRD | Bird |
| BUFFALO | Buffalo |
| CAT | Cat |
| CATTLE | Cattle |
| CHICKEN | Chicken |
| DOG | Dog |
| EMU | Emu |
| FERRET | Ferret |
| FISH | Fish |
| FOWL | Fowl |
| GERBIL | Gerbil |
| HAMSTER | Hamster |
| HORSE | Horse |
| INSECT | Insect |
| LION | Lion |
| LIZARD | Lizard |
| LLAMA | Llama |
| MICE_RAT | Mice_Rat |
| OSTRICH | Ostrich |
| PARROT | Parrot |
| PIG | Pig |
| PIGEON | Pigeon |
| SHEEP | Sheep |
| SNAKE | Snake |
| TIGER | Tiger |
| TURKEY | Turkey |
| TURTLE | Turtle |
| WORM | Worm |
XML Schema
<xs:simpleType name="LivestockCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of livestock/pet.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ALLIGATOR">
<xs:annotation>
<xs:documentation>
Alligator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ALPACA">
<xs:annotation>
<xs:documentation>
Alpaca</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BEE">
<xs:annotation>
<xs:documentation>
Bee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BIRD">
<xs:annotation>
<xs:documentation>
Bird</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUFFALO">
<xs:annotation>
<xs:documentation>
Buffalo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT">
<xs:annotation>
<xs:documentation>
Cat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CATTLE">
<xs:annotation>
<xs:documentation>
Cattle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHICKEN">
<xs:annotation>
<xs:documentation>
Chicken</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DOG">
<xs:annotation>
<xs:documentation>
Dog</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EMU">
<xs:annotation>
<xs:documentation>
Emu</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FERRET">
<xs:annotation>
<xs:documentation>
Ferret</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FISH">
<xs:annotation>
<xs:documentation>
Fish</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FOWL">
<xs:annotation>
<xs:documentation>
Fowl</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GERBIL">
<xs:annotation>
<xs:documentation>
Gerbil</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAMSTER">
<xs:annotation>
<xs:documentation>
Hamster</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HORSE">
<xs:annotation>
<xs:documentation>
Horse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INSECT">
<xs:annotation>
<xs:documentation>
Insect</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LION">
<xs:annotation>
<xs:documentation>
Lion</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LIZARD">
<xs:annotation>
<xs:documentation>
Lizard</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LLAMA">
<xs:annotation>
<xs:documentation>
Llama</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MICE_RAT">
<xs:annotation>
<xs:documentation>
Mice_Rat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSTRICH">
<xs:annotation>
<xs:documentation>
Ostrich</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PARROT">
<xs:annotation>
<xs:documentation>
Parrot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIG">
<xs:annotation>
<xs:documentation>
Pig</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIGEON">
<xs:annotation>
<xs:documentation>
Pigeon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHEEP">
<xs:annotation>
<xs:documentation>
Sheep</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SNAKE">
<xs:annotation>
<xs:documentation>
Snake</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TIGER">
<xs:annotation>
<xs:documentation>
Tiger</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TURKEY">
<xs:annotation>
<xs:documentation>
Turkey</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TURTLE">
<xs:annotation>
<xs:documentation>
Turtle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WORM">
<xs:annotation>
<xs:documentation>
Worm</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>