nc:MGRSCoordinate
A coordinate from the Military Grid Reference System (MGRS) which represents a location using the Universal Transverse Mercator (UTM) and the UPS grid systems and a unique military grid labeling convention.
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 |
Sample instance
<nc:MGRSCoordinate> <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:MGRSCoordinate>