Skip to main content
Version: 10.1

USoft XML formats

The USoft platform has a range of tools, features and APIs for selecting, importing, exporting, moving, comparing data from and between repositories. These tools share common USoft XML formats or XML schemas: common ways of representing relational data.

USoft XML formatDescription
XML table section syntaxAn XML fragment describing records within a specified table.
DML instruction tagsWithin a table section, an XML element instructing XML.Import what to do with a record.
XML single-table document formatAn XML document describing records within a specified table.
XML multi-table document formatAn XML document allowed to describe records from multiple tables.
usoft-xml processing instructionA processing instruction telling XML.Import what to do with a multi-table document.
XML representation of date valuesA way of representing dates and times in XML.
XML representation of queriesA way of representing SQL query statements (SELECT statements) in XML.
Meta-Rows-Fields document formatAn XML document describing the structure and output of a multi-table query with compound (aliased) output expressions.