urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType channelSettings

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}channelSettings (restriction)

Documentation
                Type used to configure the properties of a channel.
            
Properties
This component is not nillable.

Model
<...>
(multicast_settings ; filter_expression? ; priority?)
</...>


Nested Element Summary
stringfilter_expression
          
transportMulticastSettingsSeqmulticast_settings
          
integerpriority
          
Source
<xs:complexType name="channelSettings">
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="multicast_settings" type="transportMulticastSettingsSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="filter_expression" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="priority" type="integer"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.