geo:Direction
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:DirectionType
Properties: Global, Qualified, Nillable
Content
- gml:direction [0..*]
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 geo:RelativeLocationType (Element geo:RelativeLocation)
Sample instance
<geo:Direction> <gml:direction> <gml:DirectionVector> <gml:vector>1.0 1.0</gml:vector> </gml:DirectionVector> </gml:direction> </geo:Direction>