Versions Compared

Key

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

...

Code Block
languagexml
titleSample XML document with reference handling
collapsetrue
<Configurations xsi:noNamespaceSchemaLocation="http://www.sos-berlin.com/schema/jade/JADE_configuration_v1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Fragments>
        <ProtocolFragments>
            <SFTPFragment name="sftpFrag">
                ...
            </SFTPFragment>
        </ProtocolFragments>
    </Fragments>
    ...
    <Profile>
        <CopySourceFragmentRef>
            <SFTPFragmentRef ref="sftpFrag"/>
        </CopySourceFragmentRef>
    </Profile>
</Configurations>

Limitations

tbd

  • xs:includes?
  • knownn limitations?