nc:LocationMGRSCoordinate
A coordinate from the Military Grid Reference System (MGRS) which represents a location with a Universal Transverse Mercator (UTM) coordinate and a unique military grid square.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:MGRSCoordinateType
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.
- nc:MGRSCoordinateID [1..1] An identifier of a complete Military Grid Reference System (MGRS) coordinate.
- nc:MGRSCoordinateSquareID [1..1] An identifier of a Military Grid Reference System (MGRS) square.
from type nc:UTMCoordinateType
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 em:AlarmLocationType via extension of nc:LocationType (Element em:AlarmLocation)
- Type em:AlertAffectedLocationType via extension of nc:LocationType (Element em:AlertAffectedLocation)
- Type em:NotificationTargetLocationType via extension of nc:LocationType (Element em:NotificationTargetLocation)
- Type im:LocationType via extension of nc:LocationType (Element im:Location)
- Type intel:PersonLocationDetailsType via extension of nc:LocationType (Element intel:PersonLocationDetails)
- Type it:GoodsLocationType via extension of nc:LocationType (Element it:GoodsLocation)
- Type it:LoadingLocationType via extension of nc:LocationType (Element it:LoadingLocation)
- Type it:OriginType via extension of nc:LocationType (Element it:CountryOfOrigin)
- Type it:TranshipmentLocationType via extension of nc:LocationType (Element it:TranshipmentLocation)
- Type it:UnloadingLocationType via extension of nc:LocationType (Element it:UnloadingLocation)
- Type j:CrashLocationType via extension of nc:LocationType (Element j:CrashLocation)
- Type scr:LocationType via extension of nc:LocationType (Element scr:Location)
- Type scr:OrganizationLocationType via extension of nc:LocationType (Element scr:OrganizationLocation)
- Type m:LocationType via extension of nc:LocationType (Elements m:AnomalyLocation, m:CargoDestinationLocation, m:CargoLoadingLocation, m:CargoOffloadingLocation, m:CargoOriginLocation, m:HazmatDeclarationDestinationLocation, m:HazmatDeclarationOriginLocation, m:Location, m:MerchantMarinerDocumentIssuerLocation, m:PersonDeathLocation, m:PersonDebarkationLocation, m:PersonEmbarkationLocation, m:SeamanLicenseIssuerLocation, m:ShipmentDestinationLocation, m:ShipmentOriginLocation, m:ThreatLocation, m:VesselDestinationLocation, m:VesselLocation, m:VesselOriginLocation, m:VoyageDestinationLocation, m:VoyageOriginLocation)
- Type nc:LocationType (Elements 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, cbrn:AddressDetails, em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation, em:ResourceReportToLocation, em:ResourceRequestedLocation, em:RouteLocation, im:AlienLocation, im:PersonMarriageLocation, it:ArrivalLocation, it:DeclarationCustomsOfficeLocation, it:DeclarationIssuePlace, it:DeliveryDestination, it:DepartureLocation, it:EntryCustomsOfficeLocation, it:ExitCustomsOfficeLocation, it:ForeignTradeZone, it:INCOTERMSPlace, it:ItineraryLocation, it:TransitDestination, it:TransportActivityLocation, it:TransportDocumentIssuePlace, j:ArrestLocation, j:CitationIssuedLocation, j:CourtOrderDesignatedLocation, j:CustodyTransferLocation, j:EvidencePreviousLocation, j:EvidenceTakenLocation, j:IncidentSurroundingLocation, j:MissingPersonFoundLocation, j:MissingPersonLastSeenLocation, j:ServiceCallPlacedLocation, j:ServiceCallResponseLocation, j:SubjectDetainmentLocation, j:SupervisionOtherLocation, j:SupervisionRestrictionLocation, j:TargetLocation, m:CargoLocationInPort, m:PersonVisitingAddressLocation, m:VesselLocationInPort, scr:PrimaryLocation, scr:SecondaryLocation)
Sample instance
<nc:LocationMGRSCoordinate> <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:MGRSCoordinateID>string</nc:MGRSCoordinateID> <nc:MGRSCoordinateSquareID>string</nc:MGRSCoordinateSquareID> </nc:LocationMGRSCoordinate>