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

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

Properties
This component is not nillable.

Model
<...>
(publisher_qos? | topic_qos? | datareader_qos?)
</...>


Nested Element Summary
datareaderQosProfileChilddatareader_qos
          
publisherQosProfileChildpublisher_qos
          
topicQosProfileChildtopic_qos
          
Source
<xs:complexType name="DDSReceiverFlowQoSType">
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="publisher_qos" type="publisherQosProfileChild"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="topic_qos" type="topicQosProfileChild"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="datareader_qos" type="datareaderQosProfileChild"/>
</xs:sequence>
</xs:choice>
</xs:complexType>


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