Documentation for ATIS-Draft-03-00-79

Complex Type: GeoLocationLink

[Table of contents]

Super-types: None
Sub-types: None
Name GeoLocationLink
Used by (from the same schema document) Complex Type Geometry , Complex Type GeoCoord , Complex Type LinkLocation
Abstract no
XML Instance Representation
<...>
<startPoint> GeoLocation </startPoint> [1]
<endPoint> GeoLocation </endPoint> [1]
<direction> Direction </direction> [0..1]
</...>
Diagram
h-542031743 h-542031743 h364081306
Schema Component Representation
<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>