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://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:MGRSCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:MGRSCoordinateID [1..1]An identifier of a Military Grid Reference System (MGRS) coordinate.
- Choice [0..*]
- nc:MGRSEastingValueA distance east within a MGRS zone.
- nc-3.0.2:MGRSEastingValueA distance east within a MGRS zone, measured in meters.
from subst. group nc:MGRSEastingValue - Choice [0..*]
- nc:MGRSNorthingValueA distance north within a MGRS zone.
- nc-3.0.2:MGRSNorthingValueA distance north within a MGRS zone, measured in meters.
from subst. group nc:MGRSNorthingValue - nc:GeographicDatumText [0..*]A spatial reference system.
- nc:MGRSGridZoneID [0..*]An identifier of a MGRS grid zone.
- nc:MGRSGridZoneSquareID [0..*]An identifier of a specific 100,000 meter squared region within a MGRS grid zone.
- nc-3.0.2:MGRSCoordinateAugmentation [0..*]Additional information about a military grid reference system coordinate.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:GeographicDatumfrom subst. group nc:MGRSCoordinateAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type biom:CaptureLocationType via extension of nc:LocationType (Element biom:CaptureLocation)
- Type em:AlertAffectedLocationType via extension of nc:LocationType (Element em:AlertAffectedLocation)
- Type em:NotificationTargetLocationType via extension of nc:LocationType (Element em:NotificationTargetLocation)
- Type it:GoodsLocationType via extension of nc:LocationType (Element it:GoodsLocation)
- Type it:GoodsOriginType via extension of nc:LocationType (Element it:CountryOfOrigin)
- Type it:LoadingLocationType via extension of nc:LocationType (Element it:LoadingLocation)
- Type it:TranshipmentLocationType via extension of nc:LocationType (Element it:TranshipmentLocation)
- Type it:UnloadingLocationType via extension of nc:LocationType (Element it:UnloadingLocation)
- Type nc:LocationType (Elements cyfs:AdoptionLocation, cyfs:PlacementOtherLocation, em:AlarmEventLocation, em:AlarmLocation, em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation ...more)
Substitution hierarchy
- nc:LocationGeospatialCoordinate
- can be substituted with nc:LocationMGRSCoordinate
Sample instance
<nc:LocationMGRSCoordinate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:MGRSCoordinateID>string</nc:MGRSCoordinateID> <nc:MGRSEastingValue>1</nc:MGRSEastingValue> <nc:MGRSNorthingValue>1</nc:MGRSNorthingValue> <nc:GeographicDatumText>string</nc:GeographicDatumText> <nc:MGRSGridZoneID>string</nc:MGRSGridZoneID> <nc:MGRSGridZoneSquareID>string</nc:MGRSGridZoneSquareID> <nc-3.0.2:MGRSCoordinateAugmentation> <nc-3.0.2:MGRSPrecisionCode>100,000 m</nc-3.0.2:MGRSPrecisionCode> </nc-3.0.2:MGRSCoordinateAugmentation> </nc:LocationMGRSCoordinate>