Documentation for ATIS-Draft-03-00-79

Complex Type: CcVideoFeed

[Table of contents]

Super-types: None
Sub-types: None
Name CcVideoFeed
Used by (from the same schema document) Element ccVideoFeed
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<cameras> [0..1]
Start Sequence [1..5]
<camera> CPT-GenericCounter </camera> [1]
End Sequence
</cameras>
<begin> CPT-DateTime </begin> [0..1]
<format> PI-GraphicFormat </format> [1]
<images> [1]
Start Sequence [1..5]
<image> PI-BinaryVideoData </image> [1]
End Sequence
</images>
</...>
Diagram
h-527207252 h240005744 h1272267302 h558168688 h1089102069
Schema Component Representation
<xs:complexType name="CcVideoFeed">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="cameras" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="camera" type=" CPT-GenericCounter "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="begin" type=" CPT-DateTime " minOccurs="0"/>
<-- default to immediate, -->
<xs:element name="format" type=" PI-GraphicFormat "/>
<xs:element name="images">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="image" type=" PI-BinaryVideoData "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>