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

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

Documentation
                The Qos Library provides a way to group a set of related QoS under a namespace.
                The Qos inside a library are further organized into Qos Profiles.
            
Properties
This component is not nillable.

Model
<...
  name = elementName>
(qos_profile* | datareader_qos* | datawriter_qos* | topic_qos* | participant_qos* | participant_factory_qos* | publisher_qos* | subscriber_qos*)+
</...>


Nested Element Summary
datareaderQosProfiledatareader_qos
          
datawriterQosProfiledatawriter_qos
          
domainparticipantfactoryQosProfileparticipant_factory_qos
          
domainparticipantQosProfileparticipant_qos
          
publisherQosProfilepublisher_qos
          
qosProfileqos_profile
          
subscriberQosProfilesubscriber_qos
          
topicQosProfiletopic_qos
          

Attribute Summary
 elementNamename
          

Attribute Detail

name

Type:
elementName
Use:
required
Form:
unqualified

Source
<xs:complexType name="qosLibrary">
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" minOccurs="0" name="qos_profile" type="qosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="datareader_qos" type="datareaderQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="datawriter_qos" type="datawriterQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="topic_qos" type="topicQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="participant_qos" type="domainparticipantQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="participant_factory_qos" type="domainparticipantfactoryQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="publisher_qos" type="publisherQosProfile"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="subscriber_qos" type="subscriberQosProfile"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="elementName" use="required"/>
</xs:complexType>


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