Documentation for ATIS-Draft-03-00-79

Complex Type: ScpEventLogSub

[Table of contents]

Super-types: None
Sub-types: None
Name ScpEventLogSub
Used by (from the same schema document) Element scpEventLogSub
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>
</...>
Diagram
h-527207252 h1272267302 h1272267302 h-1285224369
Schema Component Representation
<xs:complexType name="ScpEventLogSub">
<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:sequence>
</xs:complexType>