Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Profile
    • Operation
      • Copy
        • CopySource
          • CopySourceFragmentRef (specifies one of the following)
            • FTPFragmentRef
            • FTPSFragmentRef
            • etc.ReadableAlternativeFragmentRef 
          • AlternativeCopySourceFragmentRef (Has the ref Attribute attribute specifying the source ReadableAlternativeFragment fragmentsfragment)
        • CopyTarget
          • CopyTargetFragmentRef (specifies one of the following)
            • FTPFragmentRef
            • FTPSFragmentRef
            • etc.WriteableAlternativeFragmentRef
          • AlternativeCopyTargetFragmentRef (Has the ref Attribute attribute specifying the target WritableAlternativeFragment fragmentsfragment)

The ReadableAlternativeFragmentRef and WriteableAlternativeFragmentRef elements contain attributes that reference corresponding readable fragment elements and writeable fragments elements in the Fragments configuration branch.The ReadableAlternativeFragment and WriteableAlternativeFragment AlternativeCopySourceFragmentRef and AlternativeCopyTargetFragmentRef elements then contain two or more alternative fragment elements that will be tried in turn if the first one is not able to make a connection.

In the XML hierarchy this looks like:

...

  • AltFTPFragmentRef (name = ....)
  • AltFTPFragmentRef (name = ....)
  • etc.

...

.

...

...

Note that the alternative fragment elements are themselves only references to named protocol fragment elements.The list above shows AltFTPFragmentRef elements - it is equally possible to specify elements with other protocols. A list of the Alt...FragmentRef elements available can be found in the parameter reference pages for ReadableAlternativeFragment and WriteableAlternativeFragment elements.

Further Information

...