Database Design Report XML Output Grammar

6 FileMaker Pro Advanced Database Design Report XML Output Grammar
File Reference Section
All nodes below start with <FMPReport><File>
Tag Name Value Description
<FileReferenceCatalog>
XML node for catalog of file references and
data sources.
<FileReferenceCatalog><FileReference
XML node for the file reference.
name="Report"
Any valid file reference
name.
id = "1"
Internal unique positive
integer value indicating
creating order.
link="file2_fp7.xml"
Valid filename based on the
OS platform.
Contains the external XML detail report file
name.
pathList="C:\path\">
Valid path list strings. Each path is separated by the carriage return
character.
<FileReferenceCatalog><OdbcDataSource
XML node for data source.
id="1"
Key of data source
name="Report"
Any valid name
link="file2_fp7.xml"
Valid filename based on the
OS platform.
Contains the XML detail report file name.
DSN="..."
Any valid string Name of DSN that's used.
promptForLogin="False"
Can have one of the
following values:
1 True
1 False
Determines if user should be prompted for
login credentials.
useSso=”True”
Can have one of the
following values:
1 True
1 False
Indicates whether user is using single sign-on
or not.
<FileReferenceCatalog><OdbcDataSource><ssoSpn>
If using single sign-on, then this is the name
that the user provides.
<FileReferenceCatalog><OdbcDataSource><Username>
Login username calc. Optional, exists only if
data source has entered user name.
<FileReferenceCatalog><OdbcDataSource><Username>
<Calculation>...
XML node for calculation, same as in the rest
of the grammar.
<FileReferenceCatalog><OdbcDataSource><Username>
<DisplayCalculation>...
XML display calculation node, same as in the
rest of the grammar.
<FileReferenceCatalog><OdbcDataSource><Password>
Login password calc. Optional, exists only if
data source has entered password.
<FileReferenceCatalog><OdbcDataSource><Password>
<Calculation>...
XML node for calculation, same as in the rest
of the grammar.
<FileReferenceCatalog><OdbcDataSource><Password>
<DisplayCalculation>...
XML display calculation node, same as in the
rest of the grammar.