ag_codes:GeospatialDataSubmissionMethodCodeSimpleType

simpleType GeospatialDataSubmissionMethodCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/

Definition

A data type containing codes identifying the method used to submit geospatial data used to create a geospatial shape/polygon.

Diagram

Enumerations

ValueDefinition
CCLU - Existing FSA CLU is used to provide the shape/polygon
DDigitized - Third party provider/producer has drawn/digitized the shape/polygon
GGIS Algorithm - GIS algorithm used by third party provider or producer system to create operational boundaries based on raw data collection method (MICS, FMIS)

XML Schema

<xs:simpleType name="GeospatialDataSubmissionMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing codes identifying the method used to submit geospatial data used to create a geospatial shape/polygon.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
CLU - Existing FSA CLU is 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="G">
<xs:annotation>
<xs:documentation>
GIS Algorithm - GIS algorithm used by third party provider or producer system to create operational boundaries based on raw data collection method (MICS, FMIS)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>