Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 930 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 930 Bytes

Data Copy Document XSD Schema

@author David Meredith

The XSD schema defines the document root element that nests multiple operations. Each makes references to or nests in-line a data source and a data sink.

  • The schema uses both element-nesting and element-referencing to model relationships. Enabling both approaches reduces element repetition as multiple operations may reference the same shared resource(s) (e.g. common data source or sink definitions, common credentials etc).

  • The schema defines abstract elements to serve as extension points. This allows import/extension of the base schema to define custom implementations of , , , .
    See extendingSchemaExample.xsd and extendingDatacopyExample2.xml as an example.

  • See the datacopy.xsd for element documentation.