Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<OBJECT TYPE=FULL_VERSION ENTITY=Person VERSION=1>
       <FIELD NAME=FirstName>Bob</FIELD>
       <FIELD NAME=LastName>Jones</FIELD>
       <FIELD NAME=Title>President</FIELD>
       <FIELD NAME=Company>ABM Corp.</FIELD>

</OBJECT>

 

The syntax of this language is designed to accommodate nearly any type of data format. Due to its highly structured format, it is possible for the Generic Entity layer to restore prior versions automatically to perform difference analysis and to do merging.

...