Schema Central > niem40 > agriculture.xsd > ag:GeospatialSourceInfo
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ag:GeospatialSourceInfo

A set of source information about geospatial details related to an agricultural production plan.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:uri [0..1]xsd:anyURIfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

Sample instance

<ag:GeospatialSourceInfo>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <ag:GeospatialShapeSourceCode>B</ag:GeospatialShapeSourceCode>
   <ag:GeospatialShapeModifiedIndicator>true</ag:GeospatialShapeModifiedIndicator>
   <ag:GeospatialShapeModifiedReasonCode>C</ag:GeospatialShapeModifiedReasonCode>
   <ag:GeospatialShapeModifiedOtherReasonText>string</ag:GeospatialShapeModifiedOtherReasonText>
   <ag:GeospatialShapeProcessDate>2000-01-01</ag:GeospatialShapeProcessDate>
   <ag:GeospatialDataSubmissionMethodCode>C</ag:GeospatialDataSubmissionMethodCode>
   <ag:MICSCode>AG</ag:MICSCode>
   <ag:MICSName>string</ag:MICSName>
   <ag:GeospatialSourceDataCreationDateTime>2000-01-01T12:00:00</ag:GeospatialSourceDataCreationDateTime>
   <ag:PrecisionAgriculturalSubMeterAccuracyIndicator>true</ag:PrecisionAgriculturalSubMeterAccuracyIndicator>
   <ag:LocationLineStringCoordinates>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <gml:LineString gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:pos>1.0 1.0</gml:pos>
      </gml:LineString>
   </ag:LocationLineStringCoordinates>
   <ag:GeospatialSourceInfoAugmentationPoint>any content</ag:GeospatialSourceInfoAugmentationPoint>
</ag:GeospatialSourceInfo>