Database Design Report XML Output Grammar

| Script Section 59
Records
Import
Records
<Step id="35" name="Import Records"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<NotWinStep state="True"/>
<Restore state="True"/>
<DataSourceType value="File"/>
{for Excel file data source (specified in
<UniversalPathList>) :
<Profile DataType="XLS " FirstRowIsData="True"
SelectedSheet={sheet}
WorksheetName={SheetName}>
}
{for non-Excel file data source (specified in
<UniversalPathList>) :
<Profile DataType={DataType}
FirstRowIsData="True"/>
}
{for folder data source (specified in
<UniversalPathList>) :
<Profile DataType="BTCH" FirstRowIsData="True
IncludeEnclosedFolders="True"
PictureAndMovieImport="True"
ImportByReference="True"/>
</Profile>
}
{for image capture data source :
<Profile DataType="IMGC" FirstRowIsData="True"
DeviceName={DeviceName}
DownloadType="AllImages"
NumImagesToImport="1"
ImportByReference="True"
DownloadLocation="PicturesFolder"
CustomFolderName={CustomFolderName}
ThumbNailSize="LargeThumbnail"/>
}
{for Bento data source :
<Profile DataType="BENT"
FirstRowIsData="False"
SelectedBentoLib={LibID}
SelectedBentoLibName={LibName}
SelectedBentoTable={TableID}
SelectedBentoTableName={TableName}
SelectedTableIsCollection={collection}
}
<NoInteract state> can be:
1 True
1 False
<NotWinStep state> can be:
1 True
1 False
<Restore state> can be:
1 True
1 False
<DataSourceType value> can
be:
1 File
1 Folder
1 DigitalCamera
1 BentoSource
1 XMLSource
1 ODBCSource
<Profile FirstRowIsData> can
be:
1 True
1 False
<Profile ImportByReference>
can be:
1 True
1 False
<Profile
IncludeEnclosedFolders> can
be:
1 True
1 False
<Profile
PictureAndMovieImport> can
be:
1 True
1 False
<Profile DownloadType> can
be:
1 AllImages
1 SomeImages
1 LastXImages
<collection> can be:
1 True
1 False
<Profile DownloadLocation>
can be:
1 PicturesFolder
1 CustomFolder
<Profile ThumbnailSize> can
be:
1 LargeThumbnail
1 MediumThumbnail
1 SmallThumbnail
<AddRemainingRecords>
is only meaningful when
method value is
"UpdateOnMatch".
<TargetFields> contains a
list of all fields in the
destination table. Entries
that are blank are
represented by an empty
field node </Field>.
<XMLFile> is only present
if <Profile XMLType> is
"XMLFile".
{PathList} in <XMLFile>
is the same as that in
<UniversalPathList>.
<XMLHttp> is only
present if <Profile
XMLType> is "XMLHttp"
<XMLCalc> is only
present if <Profile
XMLType> is
"XMLCalculation"
<XSLFile> is only present
if <Profile XSLType> is
"XSLFile"
<XSLHttp> is only present
if <Profile XSLType> is
"XSLHttp"
<XSLCalc> is only present
if <Profile XSLType> is
"XSLCalculation"
<QueryCalc> is only
present if <Profile
QueryType> is
"Calculation"
<Query> is only present if
<Profile QueryType> is
"Query"
Area Name XMLGrammar XMLValues XMLDescription
(continued
on next page)