XML Representation of Application Data |
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:
EXAMPLE <Persons> <PERSON ID="177" FAMILY_NAME="Haynes" FIRST_NAME="Deborah"/> <PERSON ID="112" FAMILY_NAME="Smith" FIRST_NAME="John"/> </Persons> |