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

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

Documentation
                This QoS policy is only used if the DURABILITY QoS policy is
                PERSISTENT or TRANSIENT
                and you are using RTI Persistence Service, an optional product which may be
                purchased separately.
            
Properties
This component is not nillable.

Model
<...>
(service_cleanup_delay? ; history_kind? ; history_depth? ; max_samples? ; max_instances? ; max_samples_per_instance?)
</...>


Nested Element Summary
positiveIntegerhistory_depth
          
historyKindhistory_kind
          
positiveInteger_UNLIMITEDmax_instances
          
positiveInteger_UNLIMITEDmax_samples
          
positiveInteger_UNLIMITEDmax_samples_per_instance
          
durationservice_cleanup_delay
          
Source
<xs:complexType name="durabilityServiceQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="service_cleanup_delay" type="duration"/>
<xs:element default="KEEP_LAST_HISTORY_QOS" maxOccurs="1" minOccurs="0" name="history_kind" type="historyKind"/>
<xs:element maxOccurs="1" minOccurs="0" name="history_depth" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_instances" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples_per_instance" type="positiveInteger_UNLIMITED"/>
</xs:all>
</xs:complexType>


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