complexType "xmppConnectorType"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 6 elements
Defined:
globally in mule-xmpp.xsd; see XML source
Includes:
definitions of 7 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:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(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 (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          xmppConnectorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="xmppConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<xsd:attribute name="serviceName" type="xsd:string"/>
<xsd:attribute name="user" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="resource" type="xsd:string"/>
<xsd:attribute name="createAccount" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 7/12)
createAccount
Type:
Use:
optional
If true, an attempt is made to create an account using the user and password while connecting. Default is false.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="createAccount" type="mule:substitutableBoolean"/>

host
Type:
xsd:string, predefined
Use:
optional
Host name or IP address of the Jabber server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

password
Type:
xsd:string, predefined
Use:
optional
The password for the user being authenticated.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string"/>

port
Type:
Use:
optional
The port number to connect on. Default port is 5222.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

resource
Type:
xsd:string, predefined
Use:
optional
The resource portion of the address, such as user@host/resource or domain/resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resource" type="xsd:string"/>

serviceName
Type:
xsd:string, predefined
Use:
optional
The service name to use when connecting the Jabber server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serviceName" type="xsd:string"/>

user
Type:
xsd:string, predefined
Use:
optional
The username used for authenitcation.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="user" type="xsd:string"/>

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.