XML single-table document format


Userlevel 3
Badge +2

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>

 


0 replies

Be the first to reply!

Reply