Database Design Report XML Output Grammar
Table Of Contents
| Script Section 55
Fields
Insert
QuickTime
<Step id="59" name="Insert QuickTime"
enable="True">
<StepText>Script step text</StepText>
<UniversalPathList>
{PathList}</UniversalPathList>
</Step>
— {PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Fields
Insert Object <Step id="78" name="Insert Object" enable="True">
<StepText>Script step text</StepText>
<Set state="True"/>
<UniversalPathList>
{PathList}</UniversalPathList>
<OLEData>
<![CDATA[{OLE data}]]>
</OLEData>
<ObjectType>{Object Type}</ObjectType>
</Step>
<Set state> can be:
1 True
1 False
<UniversalPath> is only
present if the inserted
object is of type "Create
from File".
Note Although it
makes sense for the
<UniversalPathList
reference> attribute to be
supported for this script
step, the setting of the
'Link' checkbox in the
Insert Object dialog is
actually stored in the
OLEData element's
CDATA, despite the fact
that the file chosen via
this dialog is not (since it
is stored in the
<UniversalPathList>
element).
Fields
Update Link <Step id="96" name="Update Link" enable="True">
<StepText>Script step text</StepText>
<Field name="f2" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
— —
Records
New Record/
Request
<Step id="7" name="New Record/Request"
enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Records
Duplicate
Record/
Request
<Step id="8" name="Duplicate Record/Request"
enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Records
Delete
Record/
Request
<Step id="9" name="Delete Record/Request"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
</Step>
<NoInteract state> can be:
1 True
1 False
—
Area Name XMLGrammar XMLValues XMLDescription