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

ValueDefinition
108Non-Conventional
120Not Following Another Crop
19Following Another Crop
210Standard Planting
211Winter Planted
220Interplanting
30Fall Planted
4Continuous Cropping
46Spring Planted
5Summer Fallow
6Water Fallow
997No 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: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>