urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
simpleType durabilityKind

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

Documentation
                <VOLATILE_DURABILITY_QOS|TRANSIENT_LOCAL_DURABILITY_QOS|TRANSIENT_DURABILITY_QOS|PERSISTENT_DURABILITY_QOS>
            
Properties
This component is not nillable.

Model

('VOLATILE_DURABILITY_QOS' | 'TRANSIENT_LOCAL_DURABILITY_QOS' | 'TRANSIENT_DURABILITY_QOS' | 'PERSISTENT_DURABILITY_QOS')attribute-value normalization: collapse


Source
<xs:simpleType name="durabilityKind">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:enumeration value="VOLATILE_DURABILITY_QOS"/>
<xs:enumeration value="TRANSIENT_LOCAL_DURABILITY_QOS"/>
<xs:enumeration value="TRANSIENT_DURABILITY_QOS"/>
<xs:enumeration value="PERSISTENT_DURABILITY_QOS"/>
</xs:restriction>
</xs:simpleType>


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