Documentation for ATIS-Draft-03-00-79

Complex Type: ScpEventLog

[Table of contents]

Super-types: None
Sub-types: None
Name ScpEventLog
Used by (from the same schema document) Element scpEventLog
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<begin-time> CPT-DateTime </begin-time> [1]
<end-time> CPT-DateTime </end-time> [1]
<intersections> [0..1]
Start Sequence [1..100000]
<intersection> CPTIntersectionIden </intersection> [1]
End Sequence
</intersections>
<event-logs> [1]
Start Sequence [1..1000000]
<event-log> TSPEventLogEntry </event-log> [1]
End Sequence
</event-logs>
</...>
Diagram
h-527207252 h1272267302 h1272267302 h-1285224369 h-1750213508
Schema Component Representation
<xs:complexType name="ScpEventLog">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="begin-time" type=" CPT-DateTime "/>
<xs:element name="end-time" type=" CPT-DateTime "/>
<xs:element name="intersections" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="intersection" type=" CPTIntersectionIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="event-logs">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000000">
<xs:element name="event-log" type=" TSPEventLogEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>