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

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

Documentation
                The purpose of this QoS is to avoid delivering stale data to the application. Each data
                sample written by a DataWriter has an associated expiration time, beyond which the
                data should not be delivered to any application. Once the sample expires, the data will
                be removed from the DataReader caches, as well as from the transient and persistent
                information caches.
            
Properties
This component is not nillable.

Model
<...>
duration?
</...>


Nested Element Summary
durationduration
          
Source
<xs:complexType name="lifespanQosPolicy">
<xs:all>
<xs:element minOccurs="0" name="duration" type="duration"/>
</xs:all>
</xs:complexType>


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