Documentation for ATIS-Draft-03-00-79

Complex Type: RouteOrLocation

[Table of contents]

Super-types: None
Sub-types: None
Name RouteOrLocation
Used by (from the same schema document) Complex Type DirectoryExtendedRequest , Complex Type InformationRequest , Complex Type DirectoryCoreRequest
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<route> Route </route> [1]
<id> im:ReferenceID </id> [1]
<location> lrms:LocationReference </location> [1]
End Choice
</...>
Diagram
h-1110646556 h-689557503 h1843378481
Schema Component Representation
<xs:complexType name="RouteOrLocation">
<xs:choice>
<xs:element name="route" type=" Route "/>
<-- a complex multi-mode route -->
<xs:element name="id" type=" im:ReferenceID "/>
<-- a ref to a known route -->
<xs:element name="location" type=" lrms:LocationReference "/>
<-- any valid LRMS profile may include points, areas, named segments, etc -->
</xs:choice>
</xs:complexType>