attributeGroup "addressAttributes"
Namespace:
Content:
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
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 within 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. It must not start with a slash.
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 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.