Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
<doc id="32" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlTag="record">
  <parent>
     -- NOTE:  a copy of the parent metadata is stored here --
  </parent>
  <first_name>george</first_name>
  <last_name>washington</last_name>
  <description>Founding father #1</description>
</doc>
 

Sub Job #2:
Anchor
Sub Job #2

...

Sub Job #2

...

Code Block
languagexml
linenumberstrue
<doc id="33" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlTag="record">
  <parent>
     -- NOTE:  a copy of the parent metadata is stored here --
  </parent>
  <first_name>thomas</first_name>
  <last_name>jefferson</last_name>
  <description>Founding father #2</description>
</doc>

...