Single-table XML documents

Previous Next

A single-table XML document contains data from a single table.

This document format is produced by calls to XML.Export and is re-importable by calling XML.Import.

Syntax

table-section

A USoft single-table XML document consists of exactly 1 table section.

Example

<Accredited_Persons documentName="Accredited Persons">
    <PERSON ID="177" FAMILY_NAME="Haynes" FIRST_NAME="Deborah"/>
    <PERSON ID="112" FAMILY_NAME="Smith" FIRST_NAME="John"/>
</Accredited_Persons>

 

See also

Table sections

Multi-table XML documents

usoft-xml processing instruction

DML instruction tags