ag_codes:GeospatialShapeSourceCodeSimpleType
simpleType GeospatialShapeSourceCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type containing codes identifying the source data used to create a geospatial shape/polygon.
Diagram
Enumerations
Value | Definition |
B | Field Boundaries: Polygon is based on the outer boundaries of the field (i.e. vehicle GPS capabilities) |
C | CLU: Existing FSA CLU was used to provide the shape/polygon |
D | Digitized: Third party provider/producer has drawn/digitized the shape/polygon |
F | FMIS: Shape/polygon has been created by the producer''s Farm Management Information System |
R | Raw Controller File: Shape/polygon has been created from a producer submitted raw controller file |
XML Schema
<xs:simpleType name="GeospatialShapeSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing codes identifying the source data used to create a geospatial shape/polygon.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Field Boundaries: Polygon is based on the outer boundaries of the field (i.e. vehicle GPS capabilities)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
CLU: Existing FSA CLU was used to provide the shape/polygon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Digitized: Third party provider/producer has drawn/digitized the shape/polygon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
FMIS: Shape/polygon has been created by the producer''s Farm Management Information System</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Raw Controller File: Shape/polygon has been created from a producer submitted raw controller file</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>