nc:UTMCoordinate
A coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a hemisphere, zone, an easting value, and a northing value.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:UTMCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:UTMCoordinateID [0..*]An identifier of a Universal Transverse Mercator coordinate value.
- nc:UTMEastingValue [1..1]A distance east within a UTM zone.
- nc:UTMNorthingValue [1..1]A distance north within a UTM zone.
- nc:UTMZoneNumeric [0..*]A zone out of the 60 north-south zones in a UTM grid, each covering a strip of the Earth 6 degrees wide in longitude.
- nc:UTMHemisphereCode [0..*]A hemisphere designation for a UTM coordinate.
- nc:GeographicDatumText [0..*]A spatial reference system.
- nc:UTMCoordinateAugmentationPointAbstract [0..*]An augmentation point for UTMCoordinateType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:UTMHemispherefrom subst. group nc:GeographicDatumfrom subst. group nc:UTMCoordinateAugmentationPoint
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:UTMCoordinate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:UTMCoordinateID>string</nc:UTMCoordinateID> <nc:UTMEastingValue>1</nc:UTMEastingValue> <nc:UTMNorthingValue>1</nc:UTMNorthingValue> <nc:UTMZoneNumeric>1</nc:UTMZoneNumeric> <nc:UTMHemisphereCode>N</nc:UTMHemisphereCode> <nc:GeographicDatumText>string</nc:GeographicDatumText> <nc:UTMCoordinateAugmentationPoint>any content</nc:UTMCoordinateAugmentationPoint> </nc:UTMCoordinate>