Personal tools
  • We're Hiring!

You are here: Home Documentation Previous versions OME Server Developer New Users Transfer of XML Schemas

Transfer of XML Schemas

Exporting and importing: XML schemas

OME provides XML schemas that can be used to describe data in a format suitable for importing into or exporting from OME databases. The ome.xsd and CA.xsd schmeas (found in ./src/xml/schemas), provide two alternative views of data. The ome.xsd schema provides a nested view, while ca.xsd provides a "flattened" view of the same data. The XSLT files OME-CA2OME.xslt and OME2OME-CA.xslt (in the ./src/xml/xslt directory) can be used to translate between the two formats.

The file ./src/perl2/OME/Tests/ExportSession.pl contains an example of how the OME::Tasks::OMEExport package can be used to export the contents of an OME session.

Document Actions