complexType lrms:GeoLocationLink
diagram
namespace http://www.LRMS-Adopted-02-00-00
children startPoint endPoint direction
used by
elements lrms:GeoCoord/geoLocationLink lrms:LinkLocation/geoLocationLink lrms:Geometry/link
source <xs:complexType name="GeoLocationLink">
 
<xs:sequence>
   
<xs:element name="startPoint" type="GeoLocation"/>
   
<xs:element name="endPoint" type="GeoLocation"/>
   
<xs:element name="direction" type="Direction" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element lrms:GeoLocationLink/startPoint
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="startPoint" type="GeoLocation"/>

element lrms:GeoLocationLink/endPoint
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="endPoint" type="GeoLocation"/>

element lrms:GeoLocationLink/direction
diagram
type lrms:Direction
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="direction" type="Direction" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy