ag_codes:GeospatialShapeModifiedReasonCodeSimpleType
simpleType GeospatialShapeModifiedReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type containing codes identifying the reason that a geospatial shape/polygon was modified from its original shape.
Diagram
Enumerations
Value | Definition |
C | Corrected Acres Calculation Difference |
G | GPS Issue |
MD | Missing Data |
O | Other |
S | Shape Drawn Incorrectly |
XML Schema
<xs:simpleType name="GeospatialShapeModifiedReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing codes identifying the reason that a geospatial shape/polygon was modified from its original shape.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Corrected Acres Calculation Difference</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:enumeration value="S">
<xs:annotation>
<xs:documentation>
Shape Drawn Incorrectly</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>