ag:GeospatialSourceInfoType

complexType GeospatialSourceInfoType in namespace http://release.niem.gov/niem/domains/agriculture/4.0/

Definition

A data type that contains the sourcing of geospatial information that include the method of sourcing, modifications made, and how they were processed.

Diagram

XML Schema

<xs:complexType name="GeospatialSourceInfoType">
<xs:annotation>
<xs:documentation>
A data type that contains the sourcing of geospatial information that include the method of sourcing, modifications made, and how they were processed.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ag:GeospatialShapeSourceCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:GeospatialShapeModifiedIndicator" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:GeospatialShapeModifiedReasonCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:GeospatialShapeModifiedOtherReasonText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:GeospatialShapeProcessDate" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:GeospatialDataSubmissionMethodCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:MICSCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:MICSName" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:GeospatialSourceDataCreationDateTime" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:PrecisionAgriculturalSubMeterAccuracyIndicator" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:LocationCoordinatesAbstract" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:GeospatialSourceInfoAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>