Documentation for ATIS-Draft-03-00-79

Complex Type: FCPassengerCountRecord

[Table of contents]

Super-types: None
Sub-types: None
Name FCPassengerCountRecord
Used by (from the same schema document) Complex Type FcPassengerData
Abstract no
XML Instance Representation
<...>
<route> SCHRouteIden </route> [0..1]
<trip> SCHTripIden </trip> [0..1]
<sample-interval-begin> CPT-DateTime </sample-interval-begin> [1]
<sample-interval-end> CPT-DateTime </sample-interval-end> [1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
<boarded> CPT-GenericCounter </boarded> [0..1]
<alighted> CPT-GenericCounter </alighted> [0..1]
<entered-stoppoint> CPT-GenericCounter </entered-stoppoint> [0..1]
<exited-stoppoint> CPT-GenericCounter </exited-stoppoint> [0..1]
<waiting-at-stoppoint> CPT-GenericCounter </waiting-at-stoppoint> [0..1]
<onboard-vehicle> CPT-GenericCounter </onboard-vehicle> [0..1]
<localFCPassengerCountRecord> local:FCPassengerCountRecord </localFCPassengerCountRecord> [0..1]
</...>
Diagram
h-963684166 h-1158373540 h1272267302 h1272267302 h2146772752 h240005744 h240005744 h240005744 h240005744 h240005744 h240005744 h1724120136
Schema Component Representation
<xs:complexType name="FCPassengerCountRecord">
<xs:sequence>
<xs:element name="route" type=" SCHRouteIden " minOccurs="0"/>
<xs:element name="trip" type=" SCHTripIden " minOccurs="0"/>
<xs:element name="sample-interval-begin" type=" CPT-DateTime "/>
<xs:element name="sample-interval-end" type=" CPT-DateTime "/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="boarded" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="alighted" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="entered-stoppoint" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="exited-stoppoint" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="waiting-at-stoppoint" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="onboard-vehicle" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="localFCPassengerCountRecord" type=" local:FCPassengerCountRecord " minOccurs="0"/>
</xs:sequence>
</xs:complexType>