nc:LocationMapLocation
A location identified by map or grid coordinates.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:MapLocationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:MapCoordinateFullText [0..*] A complete coordinate of a point on a map.
- nc:MapDate [0..*] A date a map was published, copyrighted or became effective for use.
- nc:MapElevationCoordinateText [0..*] A height or elevation of a point on a map.
- nc:MapHorizontalCoordinateText [0..*] A horizontal location of a point on a map.
- nc:MapLocationDescriptionText [0..*] A description of a map location.
- nc:MapName [0..*] A name of a map.
- nc:MapPageID [0..*] An identifier of a page number in a map.
- nc:MapQuadrantText [0..*] A quadrant or square in a map.
- nc:MapVersionID [0..*] An identifier of a version of a map.
- nc:MapVerticalCoordinateText [0..*] A vertical location of a point on a map.
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:LocationMapLocation> <nc:MapCoordinateFullText>string</nc:MapCoordinateFullText> <nc:MapDate> <nc:Date>2000-01-01</nc:Date> </nc:MapDate> <nc:MapElevationCoordinateText>string</nc:MapElevationCoordinateText> <nc:MapHorizontalCoordinateText>string</nc:MapHorizontalCoordinateText> <nc:MapLocationDescriptionText>string</nc:MapLocationDescriptionText> <nc:MapName>string</nc:MapName> <nc:MapPageID>string</nc:MapPageID> <nc:MapQuadrantText>string</nc:MapQuadrantText> <nc:MapVersionID>string</nc:MapVersionID> <nc:MapVerticalCoordinateText>string</nc:MapVerticalCoordinateText> </nc:LocationMapLocation>