attributeGroup "addressAttributes"
Namespace:
Content:
Defined:
globally in mule-ftp.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
...>
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="path" type="xsd:string"/>
<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:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 5/5)
host
Type:
xsd:string, predefined
Use:
optional
An IP address (such as www.mulesoft.com, localhost, or 192.168.0.1).
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"/>

path
Type:
xsd:string, predefined
Use:
optional
A file location on the remote server.
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 connect on.
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
If FTP is authenticated, this is 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.