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

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

Documentation
                The PARTITION QoS provides another way to control which DataWriters will match
                and thus communicate with which DataReaders. It can be used to prevent DataWriters
                and DataReaders that would have otherwise matched with the same Topic and compatible
                QoS policies from talking to each other. Much in the same way
                that only applications
                within the same DDS domain will communicate with each other, only DataWriters and
                DataReaders that belong to the same partition can talk to each other.
            
Properties
This component is not nillable.

Model
<...>
name?
</...>


Nested Element Summary
stringSeqname
          
Source
<xs:complexType name="partitionQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="stringSeq"/>
</xs:all>
</xs:complexType>


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