Documentation for ATIS-Draft-03-00-79

Complex Type: TSPEventLogEntry

[Table of contents]

Super-types: None
Sub-types: None
Name TSPEventLogEntry
Used by (from the same schema document) Complex Type ScpEventLog , Complex Type TspEventLogUnload
Abstract no
XML Instance Representation
<...>
<event-type> SCP-LoggedEventType </event-type> [1]
<event-time> CPT-DateTime </event-time> [1]
<intersection> CPTIntersectionIden </intersection> [1]
<requestID> SCP-PriorityRequestID </requestID> [0..1]
<request-time> CPT-DateTime </request-time> [0..1]
<disposition> SCP-StatusCodeForPRG </disposition> [0..1]
<disposition-time> CPT-DateTime </disposition-time> [0..1]
<granted> CPT-Boolean </granted> [0..1]
<grant-duration> SCP-TimeInterval </grant-duration> [0..1]
<grant-records> [0..1]
Start Sequence [1..10]
<grant-record> TSPGrantRecord </grant-record> [1]
End Sequence
</grant-records>
<vin> CPT-VIN </vin> [0..1]
<vehicleClassType> SCP-VehicleClassType </vehicleClassType> [0..1]
<serviceStrategyNumber> SCP-PriorityStrategyNumber </serviceStrategyNumber> [0..1]
<timeOfServiceDesired> SCP-TimeInterval </timeOfServiceDesired> [0..1]
<timeOfEstimatedDeparture> SCP-TimeInterval </timeOfEstimatedDeparture> [0..1]
<preemption-vehicle> CPT-VIN </preemption-vehicle> [0..1]
<actual-wait-time> SCP-TimeInterval </actual-wait-time> [0..1]
<strategyEmployed> SCP-PriorityStrategyNumber </strategyEmployed> [0..1]
</...>
Diagram
h1441794336 h1272267302 h-1285224369 h-1433183564 h1272267302 h-757374675 h1272267302 h325016637 h288728548 h50770369 h767755952 h852119864 h-218386414 h288728548 h288728548 h767755952 h288728548 h-218386414
Schema Component Representation
<xs:complexType name="TSPEventLogEntry">
<xs:sequence>
<xs:element name="event-type" type=" SCP-LoggedEventType "/>
<xs:element name="event-time" type=" CPT-DateTime "/>
<xs:element name="intersection" type=" CPTIntersectionIden "/>
<xs:element name="requestID" type=" SCP-PriorityRequestID " minOccurs="0"/>
<xs:element name="request-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="disposition" type=" SCP-StatusCodeForPRG " minOccurs="0"/>
<xs:element name="disposition-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="granted" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="grant-duration" type=" SCP-TimeInterval " minOccurs="0"/>
<xs:element name="grant-records" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="grant-record" type=" TSPGrantRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="vin" type=" CPT-VIN " minOccurs="0"/>
<xs:element name="vehicleClassType" type=" SCP-VehicleClassType " minOccurs="0"/>
<xs:element name="serviceStrategyNumber" type=" SCP-PriorityStrategyNumber " minOccurs="0"/>
<xs:element name="timeOfServiceDesired" type=" SCP-TimeInterval " minOccurs="0"/>
<xs:element name="timeOfEstimatedDeparture" type=" SCP-TimeInterval " minOccurs="0"/>
<xs:element name="preemption-vehicle" type=" CPT-VIN " minOccurs="0"/>
<xs:element name="actual-wait-time" type=" SCP-TimeInterval " minOccurs="0"/>
<xs:element name="strategyEmployed" type=" SCP-PriorityStrategyNumber " minOccurs="0"/>
</xs:sequence>
</xs:complexType>