SetUp-Files Document

 

The SetUp-Files document contains information about the names and locations of the data files to import. It has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<Setup-Files>  
    <App_Type_file>c:\ListOfAppType.xml</App_Type_file>  
    <App_Instance_file>c:\ListOfAppInstance.xml</App_Instance_file>  
    <IDXRef_file>c:\ListOfIDXRef.xml</IDXRef_file>  
    <IDXRef_Data_file>c:\ListOfIDXRefData.xml</IDXRef_Data_file>  
    <ValueXRef_file>c:\ListOfValueXRef.xml</ValueXRef_file>  
    <ValueXRef_Data_file>c:\ListOfValueXRef_Data.xml</ValueXRef_Data_file>  
    <Msg_Def_file>c:\ListOfMessageDefinition.xml</Msg_Def_file>  
    <Msg_Text_file>c:\ListOfMessageText.xml</Msg_Text_file>  
</Setup-Files>  
  

The following table describes each element and its contents:

Element Description
App_Type_file Path and name of the file containing the listOfAppType document. For more information, see listOfAppType Document document.
App_Instance_file Path and name of the file containing the listOfAppInstance document. For more information, see listOfAppInstance Document document.
IDXRef_file Path and name of the file containing the listOfIDXRef document. For more information, see listOfIDXRef Document document.
IDXRef_Data_file Path and name of the file containing the listOfIDXRefData document. For more information, see listOfIDXRefData Document document.
ValueXRef_file Path and name of the file containing the listOfValueXRef document. For more information, see listOfValueXRef Document document.
ValueXRef_Data_file Path and name of the file containing the listOfValueXRefData document. For more information, see listOfValueXRefData Document document.
Msg_Def_file Path and name of the file containing the listOfMessageDef document. For more information, see listOfMessageDef Document document.
Msg_Text_file Path and name of the file containing the listOfMessageText document. For more information, see listOfMessageText Document document.

You may give the files any names you choose. However, each of the files must contain the XML document of the indicated type.

See Also

Importing Data for the Cross Referencing Functoids