Documentation for ATIS-Draft-03-00-79

Complex Type: OBBoardAlightRecord

[Table of contents]

Super-types: None
Sub-types: None
Name OBBoardAlightRecord
Used by (from the same schema document) Complex Type OBStoppointRecord , Complex Type OBStoppointRecord
Abstract no
XML Instance Representation
<...>
<door-opened> CPT-Boolean </door-opened> [1]
<open-time> CPT-DateTime </open-time> [0..1]
<close-time> CPT-DateTime </close-time> [0..1]
<boarding-count> OB-PassengerBoarding </boarding-count> [1]
<alighting-count> OB-PassengerAlighting </alighting-count> [1]
<localOBBoardAlightRecord> local:OBBoardAlightRecord </localOBBoardAlightRecord> [0..1]
</...>
Diagram
h325016637 h1272267302 h1272267302 h-482180031 h1305470472 h-250177036
Schema Component Representation
<xs:complexType name="OBBoardAlightRecord">
<xs:sequence>
<xs:element name="door-opened" type=" CPT-Boolean "/>
<-- did the door open at this stop -->
<xs:element name="open-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="close-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="boarding-count" type=" OB-PassengerBoarding "/>
<xs:element name="alighting-count" type=" OB-PassengerAlighting "/>
<xs:element name="localOBBoardAlightRecord" type=" local:OBBoardAlightRecord " minOccurs="0"/>
</xs:sequence>
</xs:complexType>