complexType tcip:CCVehiclePassRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle begin-time end-time event-records
used by
element tcip:CcFleetPassengerData/vehicle-pass-records/vehicle-pass-record
source <xs:complexType name="CCVehiclePassRecord">
 
<xs:sequence>
   
<xs:element name="vehicle" type="CPTVehicleIden"/>
   
<xs:element name="begin-time" type="CPT-DateTime"/>
   
<xs:element name="end-time" type="CPT-DateTime"/>
   
<xs:element name="event-records">
     
<xs:complexType>
       
<xs:sequence maxOccurs="5000">
         
<xs:element name="event-record" type="OBStoppointRecord"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:CCVehiclePassRecord/vehicle
diagram
type tcip:CPTVehicleIden
properties
isRef 0
content complex
children vehicle-id agency-id vin
source <xs:element name="vehicle" type="CPTVehicleIden"/>

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

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

element tcip:CCVehiclePassRecord/event-records
diagram
properties
isRef 0
content complex
children event-record
source <xs:element name="event-records">
 
<xs:complexType>
   
<xs:sequence maxOccurs="5000">
     
<xs:element name="event-record" type="OBStoppointRecord"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCVehiclePassRecord/event-records/event-record
diagram
type tcip:OBStoppointRecord
properties
isRef 0
content complex
children entry-to-stop-point-zone exit-to-stop-point-zone stop-time-at-stop-pt start-time-at-stop-pt doorOpen doorClose schedule-adh-status time-reported stoppoint location heading pattern-segment trip block route boarded alighted onboard by-right-door by-left-door lift-activated odometer-reading localOBStoppointRecord
source <xs:element name="event-record" type="OBStoppointRecord"/>


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