complexType atis:RouteOrLocation
diagram
namespace http://www.ATIS-Draft-03-00-79
children route id location
used by
elements atis:DirectoryCoreRequest/entry-Location atis:DirectoryExtendedRequest/location atis:InformationRequest/filter/location
source <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>

element atis:RouteOrLocation/route
diagram
type atis:Route
properties
isRef 0
content complex
children head isItinerary otherEvent origin subroutes destination primeMode estimatedTravelTime startTime endTime tripTotalDistance estimatedCost maps localRoute
source <xs:element name="route" type="Route"/>

element atis:RouteOrLocation/id
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="id" type="im:ReferenceID"/>

element atis:RouteOrLocation/location
diagram
type lrms:LocationReference
properties
isRef 0
content complex
children locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="location" type="lrms:LocationReference"/>


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