Versions Compared

Key

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

...

In the XSD Schema used to structure the JADE configuration parameters, 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
    Status
    colourYellow
    titleTo Replace with GraphViz diagram showing flow

    • Profile (profile_id='p1')
    • Profile (profile_id='p2')
    • etc.
      • ...
        • *FragmentRef (attribute = 'f2')
  • 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.

...