XML Representation of Application Data

Previous Next

See Also

Here is the syntax description for the representation of application data in XML:

SYNTAX

<ObjectNamePlural>

   <TableName ColumnName="Value" [ColumnName="Value" ...]/>

   <TableName ColumnName="Value" [ColumnName="Value" ...]/>

...

</ObjectNamePlural>

The sub elements are called row elements. Furthermore:

· Spaces in the Object Name Plural are replaced by underscores.

 

· Underscores are replaced by two underscores.

 

· Table names and column names are always in uppercase.

EXAMPLE

<Persons>

   <PERSON ID="177" FAMILY_NAME="Haynes" FIRST_NAME="Deborah"/>

   <PERSON ID="112" FAMILY_NAME="Smith" FIRST_NAME="John"/>

</Persons>