ndex:GrainCategoryCodeSimpleType
simpleType GrainCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a type of grain.
Diagram
Enumerations
Value | Definition |
BARLEY | Barley |
CORN | Corn |
COTTON SEED | Cotton Seed |
FEED | Feed (Fodder) |
FERTILIZER | Fertilizer |
GRASS | Grass |
HAY | Hay |
HAY_FEED | Hay_Feed (Fodder) |
HAY_MULCH | Hay_Mulch |
HERBICIDE | Herbicide |
INSECTICIDE | Insecticide |
MILO | Milo |
PEANUT | Peanut |
RYE | Rye |
SILAGE | Silage |
SOYBEAN | Soybean |
STRAW | Straw |
WHEAT | Wheat |
XML Schema
<xs:simpleType name="GrainCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of grain.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BARLEY">
<xs:annotation>
<xs:documentation>
Barley</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CORN">
<xs:annotation>
<xs:documentation>
Corn</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COTTON SEED">
<xs:annotation>
<xs:documentation>
Cotton Seed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FEED">
<xs:annotation>
<xs:documentation>
Feed (Fodder)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FERTILIZER">
<xs:annotation>
<xs:documentation>
Fertilizer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRASS">
<xs:annotation>
<xs:documentation>
Grass</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAY">
<xs:annotation>
<xs:documentation>
Hay</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAY_FEED">
<xs:annotation>
<xs:documentation>
Hay_Feed (Fodder)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAY_MULCH">
<xs:annotation>
<xs:documentation>
Hay_Mulch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HERBICIDE">
<xs:annotation>
<xs:documentation>
Herbicide</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INSECTICIDE">
<xs:annotation>
<xs:documentation>
Insecticide</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MILO">
<xs:annotation>
<xs:documentation>
Milo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PEANUT">
<xs:annotation>
<xs:documentation>
Peanut</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RYE">
<xs:annotation>
<xs:documentation>
Rye</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SILAGE">
<xs:annotation>
<xs:documentation>
Silage</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SOYBEAN">
<xs:annotation>
<xs:documentation>
Soybean</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STRAW">
<xs:annotation>
<xs:documentation>
Straw</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHEAT">
<xs:annotation>
<xs:documentation>
Wheat</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>