urn:schemas-eso-org:BulkDataNTSender:1.0
complexType DDSSenderFlowQoSType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-eso-org:BulkDataNTSender:1.0}DDSSenderFlowQoSType (restriction)

Properties
This component is not nillable.

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


Nested Element Summary
datawriterQosProfileChilddatawriter_qos
          
publisherQosProfileChildpublisher_qos
          
topicQosProfileChildtopic_qos
          
Source
<xs:complexType name="DDSSenderFlowQoSType">
<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="datawriter_qos" type="datawriterQosProfileChild"/>
</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.