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

ValueDefinition
CCorrected Acres Calculation Difference
GGPS Issue
MDMissing Data
OOther
SShape 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: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>