nc:LocationUTMCoordinate
A coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a grid zone, an easting value, and a northing value.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:UTMCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:UTMCoordinateID [0..*] An identifier of a Universal Transverse Mercator coordinate value.
- nc:UTMDatumID [1..1] An identifier of a data standard for UTM coordinates.
- nc:UTMEastingValue [1..1] A distance east within a UTM zone.
- nc:UTMGridZoneID [1..1] An identifier of a UTM grid zone.
- nc:UTMGridZoneSquareID [1..1] An identifier of a specific 100,000 meter squared region within a UTM grid zone.
- nc:UTMNorthingValue [1..1] A distance north within a UTM zone.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type nc:LocationType (Elements em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation, em:ResourceReportToLocation, em:ResourceRequestedLocation, em:RouteLocation, im:AlienLocation, it:ArrivalLocation, it:DeclarationCustomsOfficeLocation, it:DeliveryDestination, it:ExitCustomsOfficeLocation, it:LoadingLocation, it:UnloadingLocation, j:ArrestLocation, j:CitationIssuedLocation, j:CourtOrderDesignatedLocation, j:CrashLocation, j:CustodyTransferLocation, j:EvidencePreviousLocation, j:EvidenceTakenLocation, j:IncidentSurroundingLocation, j:MissingPersonFoundLocation, j:MissingPersonLastSeenLocation, j:ServiceCallPlacedLocation, j:ServiceCallResponseLocation, j:SubjectDetainmentLocation, j:SupervisionOtherLocation, j:SupervisionRestrictionLocation, j:TargetLocation, scr:PrimaryLocation, scr:SecondaryLocation, nc:ConveyanceRegistrationLocation, nc:DocumentLocation, nc:EmploymentLocation, nc:FacilityLocation, nc:ImageLocation, nc:IncidentLocation, nc:ItemDispositionLocation, nc:Location, nc:OrganizationLocation, nc:PersonBirthLocation, nc:PersonWorkLocation, nc:PropertySeizedLocation, nc:RelativeLocationReferencePoint, nc:ReleaseFromLocation, nc:ReleaseToLocation)
Sample instance
<nc:LocationUTMCoordinate> <nc:UTMCoordinateID>string</nc:UTMCoordinateID> <nc:UTMDatumID>string</nc:UTMDatumID> <nc:UTMEastingValue>1</nc:UTMEastingValue> <nc:UTMGridZoneID>string</nc:UTMGridZoneID> <nc:UTMGridZoneSquareID>string</nc:UTMGridZoneSquareID> <nc:UTMNorthingValue>1</nc:UTMNorthingValue> </nc:LocationUTMCoordinate>