Wiki

Clone wiki

OYSTER / Root_Tag

1.1 <root> Tag

#!xml

<root>
.
.
<child_elements>...</child_elements>
.
.
</root>

The <root> tag has no generated attributes. This is the root element and thus the start and end tag encloses all other elements generated for the document. All other elements are considered child elements to this root element. The root tag will enclose 12 tags:

  • <Metadata>
  • <Modifications>
  • <Modification>
  • <Attributes>
  • <Attribute>
  • <Identities>
  • <Identity>
  • <References>
  • <Reference>
  • <Value>
  • <Traces>
  • <Trace>

Back to OYSTER Reference Guide page

Click Prev Identity Document page

Click Next Metadata Tag page

Updated