Skip to content

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

License

Notifications You must be signed in to change notification settings

davidmeredith/dataCopyDocument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published