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

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

Documentation
                Type representing a list of addresses associeted with a topic expression.
            
Properties
This component is not nillable.

Model
<...>
(addresses? ; topic_expression? ; mapping_function?)
</...>


Nested Element Summary
stringaddresses
          
transportMulticastMappingFunctionmapping_function
          
stringtopic_expression
          
Source
<xs:complexType name="transportMulticastMapping">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="addresses" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="topic_expression" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="mapping_function" type="transportMulticastMappingFunction"/>
</xs:all>
</xs:complexType>


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