Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

In the XSD Schema used to structure the JADE configuration parameters, the Profiles element, which is the parent of all individual Profile elements, the Profiles element, lies at the top of one of the three major branches in the configuration, alongside the Fragments and General branches. This hierarchy is shown schematically below:

  • Profiles
    • Profile (profile_id='p1')
    • Profile (profile_id='p2')
    • etc....
  • Fragments
    • ProtocolFragments
      • FTPFragment (name= 'f1')
      • FTPFragment (name= 'f2')
      • FTPSFragment (name= 'f3')
      • etc...
  • General

The Fragments branch is the second-most important configuration branch in the Schema, containing the ProfileFragments elements that specify in detail how the transfer is to be carried out.

The General branch is not directly relevant at this stage and is only mentioned for completeness.

This two-stage configuration procedure - calling a profile which contains a reference to a fragment - allows a flexibility not possible with a single XML hierarchy and, in particular, allows profile fragment elements to be reused.

What is a Profile Element?

...