A USoft XML single-table 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
xml-table-section
This means that a USoft XML single-table document consists of exactly 1 XML 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>