Database Design Report XML Output Grammar
Table Of Contents
| Script Section 65
Files
Open File <Step id="33" name="Open File" enable="True">
<StepText>Script step text</StepText>
<Option state="True"/>
{For a FileMaker data source:
<FileReference name={name} id="1">
<UniversalPathList>
{PathList}</UniversalPathList>
</FileReference>
}
{For an ODBC data source:
<OdbcDataSource name={name} id="1" DSN="..."
promptForLogin="False">
<Username>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
</Username>
<Password>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
</Password>
<FilterTables tableName="{TableName}"
schemaName="{SchemaName}"
catalogName="{CatalogName}"
typeBasedFilter="True" retrieveTables="True"
retrieveViews="True"
retrieveSystemTables="True"/>
</OdbcDataSource>
}
</Step>
<Option state> can be:
1 True
1 False
<OdbcDataSource
promptForLogin> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<FilterTables typeBasedFilter>
can be:
1 True
1 False
<FilterTables retrieveTables>
can be:
1 True
1 False
<FilterTables retrieveViews>
can be:
1 True
1 False
<FilterTables
retrieveSystemTables> can
be:
1 True
1 False
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
<Username> and
<Password> are present
only if <OdbcDataSource
promptForLogin> is "False"
(i.e. user has entered
login credentials for the
ODBC data source).
Area Name XMLGrammar XMLValues XMLDescription