ag_codes:IrrigationPracticeCodeSimpleType

simpleType IrrigationPracticeCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/5.0/

Definition

A data type containing the irrigation practice code used for a unit of land with a crop.

Diagram

Enumerations

ValueDefinition
IIrrigated
NNon-Irrigate

XML Schema

<xs:simpleType name="IrrigationPracticeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing the irrigation practice code used for a unit of land with a crop.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Irrigated
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Non-Irrigate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>