Documentation for ATIS-Draft-03-00-79

Complex Type: RouteLocation

[Table of contents]

Super-types: None
Sub-types: None
Name RouteLocation
Used by (from the same schema document) Complex Type GroupLocation , Complex Type LocationReference , Complex Type SpatialObject
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<locationName> Text-name255 </locationName> [0..1]
Start Choice [1..*]
<pointLocation> PointLocation </pointLocation> [0..1]
<linkLocation> LinkLocation </linkLocation> [0..1]
End Choice
</...>
Diagram
h-1187766196 h-1282069248 h-639215916 h-568134375
Schema Component Representation
<xs:complexType name="RouteLocation">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element name="pointLocation" type=" PointLocation " minOccurs="0"/>
<xs:element name="linkLocation" type=" LinkLocation " minOccurs="0"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>