Documentation for ATIS-Draft-03-00-79

Complex Type: PiStopPointETA

[Table of contents]

Super-types: None
Sub-types: None
Name PiStopPointETA
Used by (from the same schema document) Element piStopPointETA
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<arrival-estimates> [1]
Start Sequence [1..25000]
<arrival-estimate> PISchedAdherenceCountdown </arrival-estimate> [1]
End Sequence
</arrival-estimates>
</...>
Diagram
h-527207252 h2146772752 h-798003987
Schema Component Representation
<xs:complexType name="PiStopPointETA">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="arrival-estimates">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="arrival-estimate" type=" PISchedAdherenceCountdown "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>