complexType "udpConnectorType"
Namespace:
Content:
complex, 9 attributes, attr. wildcard, 6 elements
Defined:
globally in mule-udp.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:long)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?
</...>
Content Model Elements (6):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
All Direct / Indirect Based Elements (2):
connector, connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          udpConnectorType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="udpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="timeout" type="mule:substitutableLong"/>
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="broadcast" type="mule:substitutableBoolean"/>
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/10)
broadcast
Type:
Use:
optional
Whether to enable the socket to send broadcast data.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="broadcast" type="mule:substitutableBoolean"/>

keepSendSocketOpen
Type:
Use:
optional
Whether to keep the Sending socket open.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>

receiveBufferSize
Type:
Use:
optional
The size of the receiving buffer for the socket.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>

sendBufferSize
Type:
Use:
optional
The size of the sending buffer for the socket.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>

timeout
Type:
Use:
optional
The amount of time after which a Send or Receive call will time out.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="mule:substitutableLong"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.