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

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

Documentation
                The Durability QoS policy controls whether or not, and how,
                published samples are
                stored by the DataWriter application for DataReaders that are found after the samples
                were initially written.
            
Properties
This component is not nillable.

Model
<...>
(kind? ; direct_communication?)
</...>


Nested Element Summary
booleandirect_communication
          
durabilityKindkind
          
Source
<xs:complexType name="durabilityQosPolicy">
<xs:all>
<xs:element default="VOLATILE_DURABILITY_QOS" maxOccurs="1" minOccurs="0" name="kind" type="durabilityKind"/>
<xs:element maxOccurs="1" minOccurs="0" name="direct_communication" type="boolean"/>
</xs:all>
</xs:complexType>


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