geo:RelativeLocationProperty
Encapsulates or references a RelativeLocation element. The Geography Markup Language (GML) specification uses property types and elements to encapsulate or reference GML class elements with identity. This element allows NIEM RelativeLocation elements to be referenced from GML conformant application schemas developed for use with NIEM.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:RelativeLocationPropertyType
Properties: Global, Qualified, Nillable
Content
- geo:RelativeLocation [0..*] A relative location is a specified distance from a location in a specified direction.
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 |
Sample instance
<geo:RelativeLocationProperty> <geo:RelativeLocation> <geo:ArcByCenterPoint> <gml:ArcByCenterPoint numArc="1">... </gml:ArcByCenterPoint> </geo:ArcByCenterPoint> <geo:Direction> <gml:direction>... </gml:direction> </geo:Direction> <geo:Distance> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> </geo:Distance> </geo:RelativeLocation> </geo:RelativeLocationProperty>