Documentation for ATIS-Draft-03-00-79

Complex Type: PiNearestStopList

[Table of contents]

Super-types: None
Sub-types: None
Name PiNearestStopList
Used by (from the same schema document) Element piNearestStopList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<request> PINearestStopRequest </request> [1]
<includeDistance> lrms:Distance </includeDistance> [0..1]
<weather-text> CPT-Footnote </weather-text> [0..1]
<area-map> PIMap </area-map> [0..1]
<stops> [1]
Start Sequence [1..20]
<stop> PINearestStop </stop> [1]
End Sequence
</stops>
</...>
Diagram
h-527207252 h-1988961619 h1439634298 h-125442069 h-1113664674 h-1171826302
Schema Component Representation
<xs:complexType name="PiNearestStopList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="request" type=" PINearestStopRequest "/>
<xs:element name="includeDistance" type=" lrms:Distance " minOccurs="0"/>
<xs:element name="weather-text" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="area-map" type=" PIMap " minOccurs="0"/>
<xs:element name="stops">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="stop" type=" PINearestStop "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>