Documentation for ATIS-Draft-03-00-79

Complex Type: CcVideoFeedSub

[Table of contents]

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