Wiki

Clone wiki

OYSTER / OYSTERRunScript_Tag

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.

#!xml

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

The OysterRunScript tag can enclose up to 10 of the following tags:

<Settings>

<LogFile>

<RunMode>

<EREngine>

<AttributePath>

<IdentityInput>

<IdentityOutput>

<LinkOutput>

<ReferenceSources>

Back to OYSTER Reference Guide page

Click Prev XML Declaration and Comments page

Click Next Settings Tag page

Updated