Documentation for ATIS-Draft-03-00-79

Complex Type: CCVideoRecord

[Table of contents]

Super-types: None
Sub-types: None
Name CCVideoRecord
Used by (from the same schema document) Complex Type CcUnloadImages , Complex Type CcVideoImages
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Choice
<cameraNumber> CPT-GenericCounter </cameraNumber> [1]
<begin-datetime> CPT-DateTime </begin-datetime> [1]
<end-datetime> CPT-DateTime </end-datetime> [1]
<video-images> [1]
Start Sequence [1..10000]
<video-image> PI-BinaryVideoData </video-image> [1]
End Sequence
</video-images>
</...>
Diagram
h1471596526 h2146772752 h240005744 h1272267302 h1272267302 h1089102069
Schema Component Representation
<xs:complexType name="CCVideoRecord">
<xs:sequence>
<xs:choice>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:choice>
<xs:element name="cameraNumber" type=" CPT-GenericCounter "/>
<xs:element name="begin-datetime" type=" CPT-DateTime "/>
<xs:element name="end-datetime" type=" CPT-DateTime "/>
<xs:element name="video-images">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="video-image" type=" PI-BinaryVideoData "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>