| diagram | ![]() |
||
| namespace | http://www.TCIP-Adopted-03-00-01 | ||
| children | door-opened open-time close-time boarding-count alighting-count localOBBoardAlightRecord | ||
| used by |
|
||
| 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> |
| diagram | |||||
| type | tcip:CPT-Boolean | ||||
| properties |
|
||||
| source | <xs:element name="door-opened" type="CPT-Boolean"/> |
| diagram | |||||||||
| type | tcip:CPT-DateTime | ||||||||
| properties |
|
||||||||
| source | <xs:element name="open-time" type="CPT-DateTime" minOccurs="0"/> |
| diagram | |||||||||
| type | tcip:CPT-DateTime | ||||||||
| properties |
|
||||||||
| source | <xs:element name="close-time" type="CPT-DateTime" minOccurs="0"/> |
| diagram | |||||
| type | tcip:OB-PassengerBoarding | ||||
| properties |
|
||||
| source | <xs:element name="boarding-count" type="OB-PassengerBoarding"/> |
| diagram | |||||
| type | tcip:OB-PassengerAlighting | ||||
| properties |
|
||||
| source | <xs:element name="alighting-count" type="OB-PassengerAlighting"/> |
| diagram | ![]() |
||||||||
| type | OBBoardAlightRecord | ||||||||
| properties |
|
||||||||
| children | yourName | ||||||||
| source | <xs:element name="localOBBoardAlightRecord" type="local:OBBoardAlightRecord" minOccurs="0"/> |