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

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

Documentation
                A QoS profile groups a set of related QoS.
            
Properties
This component is not nillable.

Model
<...
  base_name = elementBaseName
  is_default_factory_profile = boolean
  is_default_qos = boolean
  name = elementName>
(datareader_qos* | datawriter_qos* | topic_qos* | participant_qos* | participant_factory_qos* | publisher_qos* | subscriber_qos*)+
</...>


Nested Element Summary
datareaderQosProfileChilddatareader_qos
          
datawriterQosProfileChilddatawriter_qos
          
domainparticipantfactoryQosProfileChildparticipant_factory_qos
          
domainparticipantQosProfileChildparticipant_qos
          
publisherQosProfileChildpublisher_qos
          
subscriberQosProfileChildsubscriber_qos
          
topicQosProfileChildtopic_qos
          

Attribute Summary
 elementBaseNamebase_name
          
 booleanis_default_factory_profile
          
 booleanis_default_qos
          
 elementNamename
          

Attribute Detail

base_name

Type:
elementBaseName
Use:
optional
Form:
unqualified

is_default_factory_profile

Type:
boolean
Use:
optional
Form:
unqualified

is_default_qos

Type:
boolean
Use:
optional
Form:
unqualified

name

Type:
elementName
Use:
required
Form:
unqualified

Source
<xs:complexType name="qosProfile">
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" minOccurs="0" name="datareader_qos" type="datareaderQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="datawriter_qos" type="datawriterQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="topic_qos" type="topicQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="participant_qos" type="domainparticipantQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="participant_factory_qos" type="domainparticipantfactoryQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="publisher_qos" type="publisherQosProfileChild"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="subscriber_qos" type="subscriberQosProfileChild"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="elementName" use="required"/>
<xs:attribute name="base_name" type="elementBaseName"/>
<xs:attribute name="is_default_qos" type="boolean"/>
<xs:attribute name="is_default_factory_profile" type="boolean"/>
</xs:complexType>


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