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

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

Documentation
                Type representing a list of unicast locators.
                A unicast locator specifies a transport class, a unicast address, and a unicast port number on which messages can be received by an entity.
            
Properties
This component is not nillable.

Model
<...>
(transports? ; receive_port?)
</...>


Nested Element Summary
nonNegativeIntegerreceive_port
          
stringSeqtransports
          
Source
<xs:complexType name="transportUnicastSettings">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="transports" type="stringSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="receive_port" type="nonNegativeInteger"/>
</xs:all>
</xs:complexType>


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