Documentation for ATIS-Draft-03-00-79

Complex Type: CcVideoImagesSub

[Table of contents]

Super-types: None
Sub-types: None
Name CcVideoImagesSub
Used by (from the same schema document) Element ccVideoImagesSub
Abstract no
XML Instance Representation
<...>
<subscription-info> CPTSubscriptionHeader </subscription-info> [1]
<vehicles> [0..1]
Start Sequence [1..25000]
<vehicle> CPTVehicleIden </vehicle> [1]
End Sequence
</vehicles>
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<begin-datetime> CPT-DateTime </begin-datetime> [1]
<end-datetime> CPT-DateTime </end-datetime> [1]
</...>
Diagram
h-527207252 h1471596526 h2146772752 h1272267302 h1272267302
Schema Component Representation
<xs:complexType name="CcVideoImagesSub">
<xs:sequence>
<xs:element name="subscription-info" type=" CPTSubscriptionHeader "/>
<xs:element name="vehicles" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="vehicle" type=" CPTVehicleIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="begin-datetime" type=" CPT-DateTime "/>
<xs:element name="end-datetime" type=" CPT-DateTime "/>
</xs:sequence>
</xs:complexType>