attributeGroup "outboundAttributes"
Namespace:
Content:
Defined:
globally in mule-sftp.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
("throwException" | "overwrite" | "addSeqNo")
...>
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:attributeGroup name="outboundAttributes">
<xsd:attribute name="outputPattern" type="xsd:string"/>
<xsd:attribute name="keepFileOnError" type="mule:substitutableBoolean"/>
<xsd:attribute name="duplicateHandling" type="duplicateHandlingType"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
duplicateHandling
Type:
Use:
optional
Required: no Default: throwException Determines what to do if a file already exist on the outbound endpoint with the specified name. throwException: Will throw an exception if a file already exists overwrite: Will overwrite an existing file addSeqNo: Will add a sequence number to the target filename making the filename unique, starting with 1 and incrementing the number until a unique filename is found The default behavior is to throw an exception.
Attribute Value
enumeration of xsd:string
Enumeration:
"throwException", "overwrite", "addSeqNo"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="duplicateHandling" type="duplicateHandlingType"/>

keepFileOnError
Type:
Use:
optional
Required: no Default: true If true the file on the inbound-endpoint will not be deleted if an error occurs when writing to the outbound-endpoint. NOTE: This assumes that both the inbound and outbound endpoints are using the SFTP-Transport.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keepFileOnError" type="mule:substitutableBoolean"/>

outputPattern
Type:
xsd:string, predefined
Use:
optional
Required: no Default: the message id, e.g. ee241e68-c619-11de-986b-adeb3d6db038 The pattern to use when writing a file to disk. This can use the patterns supported by the filename-parser configured for this connector, by default the [Legacy Filename Parser|http://www.mulesoft.org/display/MULE2USER/File+Transport#FileTransport-LegacyFilenameParser] is used. See section [Child Elements to File Connector|http://www.mulesoft.org/display/MULE2USER/File+Transport] for information on how to override the default parser.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outputPattern" 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.