Documentation for ATIS-Draft-03-00-79

Complex Type: PINearestStopRequest

[Table of contents]

Super-types: None
Sub-types: None
Name PINearestStopRequest
Used by (from the same schema document) Complex Type PiNearestStopList , Complex Type PiNearestStopListSub
Abstract no
XML Instance Representation
<...>
<location> SPPoint </location> [1]
<route> SCHRouteIden </route> [0..1]
<rtDirection> SCH-RouteDirectionName </rtDirection> [0..1]
<stopAttributes> [0..1]
Start Sequence [1..20]
<stopAttribute> CPT-StoppointAttribute </stopAttribute> [1]
End Sequence
</stopAttributes>
</...>
Diagram
h2081204526 h-963684166 h-998956645 h-579718087
Schema Component Representation
<xs:complexType name="PINearestStopRequest">
<xs:sequence>
<xs:element name="location" type=" SPPoint "/>
<xs:element name="route" type=" SCHRouteIden " minOccurs="0"/>
<xs:element name="rtDirection" type=" SCH-RouteDirectionName " minOccurs="0"/>
<xs:element name="stopAttributes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="stopAttribute" type=" CPT-StoppointAttribute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>