Database Design Report XML Output Grammar

| Script Section 69
Records
Import
Records
{for XML data source :
<Profile DataType="XML " FirstRowIsData="True"
XMLType="XMLFile" XSLType="XSLFile">
<XMLFile>{PathList}</XMLFile>
<XMLHttp>{http}</XMLHttp>
<XMLCalc>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</XMLCalc>
<XSLFile>
<UniversalPathList>
{PathList}</UniversalPathList>
</XSLFile>
<XSLHttp>{http}</XSLHttp>
<XSLCalc>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</XSLCalc>
</Profile>
}
<Profile XMLType> can be:
1 NoXML
1 XMLFile
1 XMLHttp
1 XMLCalculation
<Profile XSLType> can be:
1 NoXSL
1 XSLFile
1 XSLHttp
1 XSLCalculation
<Profile QueryType> can be:
1 Query
1 Calculation
Area Name XMLGrammar XMLValues XMLDescription
(continued
from
previous
page)
)