ag_codes:CroppingPracticeCodeSimpleType
simpleType CroppingPracticeCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for code identifying the cropping practice applicable for a reported crop/commodity on a field/subfield.
Diagram
Enumerations
Value | Definition |
108 | Non-Conventional |
120 | Not Following Another Crop |
19 | Following Another Crop |
210 | Standard Planting |
211 | Winter Planted |
220 | Interplanting |
30 | Fall Planted |
4 | Continuous Cropping |
46 | Spring Planted |
5 | Summer Fallow |
6 | Water Fallow |
997 | No Cropping Practice Specified |
XML Schema
<xs:simpleType name="CroppingPracticeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for code identifying the cropping practice applicable for a reported crop/commodity on a field/subfield.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="108">
<xs:annotation>
<xs:documentation>
Non-Conventional</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="120">
<xs:annotation>
<xs:documentation>
Not Following Another Crop</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
Following Another Crop</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="210">
<xs:annotation>
<xs:documentation>
Standard Planting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="211">
<xs:annotation>
<xs:documentation>
Winter Planted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="220">
<xs:annotation>
<xs:documentation>
Interplanting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="30">
<xs:annotation>
<xs:documentation>
Fall Planted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Continuous Cropping</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="46">
<xs:annotation>
<xs:documentation>
Spring Planted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Summer Fallow</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Water Fallow</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="997">
<xs:annotation>
<xs:documentation>
No Cropping Practice Specified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>