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

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

Documentation
                <xs:string>
            
                RTI Data Distribution Service will select a QoS based on the evaluation of this filter expression on the topic name.
            
Properties
This component is not nillable.

Model

([a-zA-Z0-9/*_])+
attribute-value normalization: collapse


Source
<xs:simpleType name="topicNameFilter">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="([a-zA-Z0-9/*_])+"/>
</xs:restriction>
</xs:simpleType>


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