ag_codes:ReportedAcreageModifiedReasonCodeSimpleType
simpleType ReportedAcreageModifiedReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type identifying the reason codes that the reported acreage was modified from its original value.
Diagram
Enumerations
Value | Definition |
C | Corrected Acres |
G | GPS Issue |
MD | Missing Data |
O | Other |
XML Schema
<xs:simpleType name="ReportedAcreageModifiedReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type identifying the reason codes that the reported acreage was modified from its original value.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Corrected Acres</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
GPS Issue</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MD">
<xs:annotation>
<xs:documentation>
Missing Data</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>