element <connector> (global)
Namespace:
Type:
anonymous complexType (extension of udp:udpConnectorType)
Content:
complex, 11 attributes, attr. wildcard, 6 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
Includes:
definitions of 2 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<connector
   
 = 
(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)
 = 
(xsd:string | xsd:long)
 = 
(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?
</connector>
Content model elements (6):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
May contain elements by substitutions (3):
mule:reconnect, mule:reconnect-custom-strategy, mule:reconnect-forever
May be included in elements by substitutions (1):
mule:mule
Anonymous Type Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          udp:udpConnectorType (extension)
              complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="connector" substitutionGroup="mule:abstract-connector">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="udp:udpConnectorType">
<xsd:attribute name="timeToLive" type="mule:substitutableLong"/>
<xsd:attribute name="loopback" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/12)
loopback
Type:
Use:
optional
Enable local loopback of multicast datagrams. The option is used by the platform networking code as a hint for setting whether multicast data will be looped back to the local socket.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="loopback" type="mule:substitutableBoolean"/>

timeToLive
Type:
Use:
optional
Set the time-to-live value for multicast packets to control their scope. It must be in the range 0 to 255 (inclusive).
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeToLive" 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.