attributeGroup "addressAttributes"
Namespace:
Content:
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
    user
 = 
xsd:string
    password
 = 
xsd:string
    host
 = 
xsd:string
    port
 = 
(xsd:string | xsd:int)
    path
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="user" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<xsd:attribute name="path" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 5/5)
host
Type:
xsd:string, predefined
Use:
optional
The host to connect to. For inbound endpoints, this should be an address of a local network interface.
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string"/>

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

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

user
Type:
xsd:string, predefined
Use:
optional
The user name (if any) that will be used to authenticate against.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="user" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.