Wiki

Clone wiki

OYSTER / 2_-_OYSTERRunScript_Tag

#!xml

<OysterRunScript>
.
.
<child_elements>...</child_elements>
.
.
</OysterRunScript>

The OysterRunScript tag is the root element and thus the start and end tag encloses all other elements in the document. All other elements are considered child elements to this root element. It has no attributes. The OysterRunScript tag can enclose up to 10 of the following tags:

  • <Settings>
  • <LogFile>
  • <RunMode>
  • <EREngine>
  • <AttributePath>
  • <IdentityInput>
  • <IdentityOutput>
  • <LinkOutput>
  • <ReferenceSources>
  • <Source>
  • <AssertionInput>

Updated