Documentation for ATIS-Draft-03-00-79

Complex Type: CcPollParameters

[Table of contents]

Super-types: None
Sub-types: None
Name CcPollParameters
Used by (from the same schema document) Element ccPollParameters
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<nAgencyDataMaxTries> CPT-GenericCounter </nAgencyDataMaxTries> [0..1]
<nAllocRetry> CPT-GenericCounter </nAllocRetry> [0..1]
<nBitRate> CPT-GenericCounter </nBitRate> [0..1]
<nBitSync> CPT-GenericCounter </nBitSync> [0..1]
<nCtlPTVQ> CPT-GenericCounter </nCtlPTVQ> [0..1]
<nMaxBadPoll> CPT-GenericCounter </nMaxBadPoll> [0..1]
<nMaxMsgLengthToPTV> CPT-GenericCounter </nMaxMsgLengthToPTV> [0..1]
<nMaxMsgLengthFromPTV> CPT-GenericCounter </nMaxMsgLengthFromPTV> [0..1]
<nMsgMaxTries> CPT-GenericCounter </nMsgMaxTries> [0..1]
<tRadioTime> CPT-MillisecondDuration </tRadioTime> [0..1]
<tFastPollInterval> CPT-Duration </tFastPollInterval> [0..1]
<tPriorityPoll> CPT-Duration </tPriorityPoll> [0..1]
<tSessionOnly> CPT-Duration </tSessionOnly> [0..1]
<tSessionPollStart> CPT-Duration </tSessionPollStart> [0..1]
<tStartup> CPT-Duration </tStartup> [0..1]
<tSessionPoll> CPT-Duration </tSessionPoll> [0..1]
<init-polling-groups> [0..1]
Start Sequence [1..255]
<init-polling-group> CCPollingGroupInit </init-polling-group> [1]
End Sequence
</init-polling-groups>
<add-group-PTVs> [0..1]
Start Sequence [1..200]
<add-group-PTV> CCPollingGroupUpdate </add-group-PTV> [1]
End Sequence
</add-group-PTVs>
<ptv-poll-datasets> [0..1]
Start Sequence [1..3000]
<ptv-poll-dataset> CCPollControl </ptv-poll-dataset> [1]
End Sequence
</ptv-poll-datasets>
</...>
Diagram
h-527207252 h240005744 h240005744 h240005744 h240005744 h240005744 h240005744 h240005744 h240005744 h240005744 h268890058 h1782472735 h1782472735 h1782472735 h1782472735 h1782472735 h1782472735 h-510122671 h-256381750 h100325337
Schema Component Representation
<xs:complexType name="CcPollParameters">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<-- global configuration into for controller -->
<xs:element name="nAgencyDataMaxTries" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nAllocRetry" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nBitRate" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nBitSync" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nCtlPTVQ" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nMaxBadPoll" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nMaxMsgLengthToPTV" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nMaxMsgLengthFromPTV" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="nMsgMaxTries" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="tRadioTime" type=" CPT-MillisecondDuration " minOccurs="0"/>
<xs:element name="tFastPollInterval" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="tPriorityPoll" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="tSessionOnly" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="tSessionPollStart" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="tStartup" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="tSessionPoll" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="init-polling-groups" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="255">
<xs:element name="init-polling-group" type=" CCPollingGroupInit "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="add-group-PTVs" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="add-group-PTV" type=" CCPollingGroupUpdate "/>
<-- PTV SPecific parameters -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ptv-poll-datasets" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="3000">
<xs:element name="ptv-poll-dataset" type=" CCPollControl "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>