complexType tcip:FCBoardingAlightingRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children passenger-type date-time location stoppoint boarding-count alighting-count localFCBoardingAlightingRecord
used by
elements tcip:FcUnloadData/boarding-alighting-list/boarding-alighting tcip:FCRevenueRecord/boarding-alighting-list/boarding-alighting
source <xs:complexType name="FCBoardingAlightingRecord">
 
<xs:sequence>
   
<xs:element name="passenger-type" type="atis:TravelerClass" minOccurs="0"/>
   
<xs:element name="date-time" type="CPT-DateTime"/>
   
<xs:choice>
     
<xs:element name="location" type="lrms:GeoLocation" minOccurs="0"/>
     
<xs:element name="stoppoint" type="CPTStoppointIden" minOccurs="0"/>
   
</xs:choice>
   
<xs:choice>
     
<xs:element name="boarding-count" type="OB-PassengerBoarding" minOccurs="0"/>
     
<xs:element name="alighting-count" type="OB-PassengerAlighting" minOccurs="0"/>
   
</xs:choice>
   
<xs:element name="localFCBoardingAlightingRecord" type="local:FCBoardingAlightingRecord" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCBoardingAlightingRecord/passenger-type
diagram
type atis:TravelerClass
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="passenger-type" type="atis:TravelerClass" minOccurs="0"/>

element tcip:FCBoardingAlightingRecord/date-time
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="date-time" type="CPT-DateTime"/>

element tcip:FCBoardingAlightingRecord/location
diagram
type lrms:GeoLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children latitude longitude horizontalDatum height
source <xs:element name="location" type="lrms:GeoLocation" minOccurs="0"/>

element tcip:FCBoardingAlightingRecord/stoppoint
diagram
type tcip:CPTStoppointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children stoppoint-id agency-id name
source <xs:element name="stoppoint" type="CPTStoppointIden" minOccurs="0"/>

element tcip:FCBoardingAlightingRecord/boarding-count
diagram
type tcip:OB-PassengerBoarding
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="boarding-count" type="OB-PassengerBoarding" minOccurs="0"/>

element tcip:FCBoardingAlightingRecord/alighting-count
diagram
type tcip:OB-PassengerAlighting
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="alighting-count" type="OB-PassengerAlighting" minOccurs="0"/>

element tcip:FCBoardingAlightingRecord/localFCBoardingAlightingRecord
diagram
type FCBoardingAlightingRecord
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localFCBoardingAlightingRecord" type="local:FCBoardingAlightingRecord" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy