complexType tcip:OBBoardAlightRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children door-opened open-time close-time boarding-count alighting-count localOBBoardAlightRecord
used by
elements tcip:OBStoppointRecord/by-left-door/by-left-door-item tcip:OBStoppointRecord/by-right-door/by-right-door-item
source <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>

element tcip:OBBoardAlightRecord/door-opened
diagram
type tcip:CPT-Boolean
properties
isRef 0
content simple
source <xs:element name="door-opened" type="CPT-Boolean"/>

element tcip:OBBoardAlightRecord/open-time
diagram
type tcip:CPT-DateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="open-time" type="CPT-DateTime" minOccurs="0"/>

element tcip:OBBoardAlightRecord/close-time
diagram
type tcip:CPT-DateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="close-time" type="CPT-DateTime" minOccurs="0"/>

element tcip:OBBoardAlightRecord/boarding-count
diagram
type tcip:OB-PassengerBoarding
properties
isRef 0
content simple
source <xs:element name="boarding-count" type="OB-PassengerBoarding"/>

element tcip:OBBoardAlightRecord/alighting-count
diagram
type tcip:OB-PassengerAlighting
properties
isRef 0
content simple
source <xs:element name="alighting-count" type="OB-PassengerAlighting"/>

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


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