listOfIDXRefData Document

 

The listOfIDXRefData document contains data stored in the xref_IDXRefData SQL Server table. The document has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<listOfIDXRefData>  
    <idXRef name="Customer">  
        <appInstance name="ApplicationOne_01">  
            <appID commonID="ADDRESS6">LOCALADDRESS</appID>  
            <appID commonID="ADDRESS7">NON-LOCALADDRESS</appID>  
        </appInstance>  
    </idXRef>  
.  
.  
.  
</listOfIDXRefData>  
  

The document consists of one or more idXRef elements. The following table describes the elements of the document:

Element Attribute Description
idXRef Contains one or more appInstance elements.
idXRef Name A string of up to 50 characters matching one of the name elements in the listOfIDXRef document.
appInstance Contains one or more appID elements.
appInstance Name A string of up to 50 characters matching one of the instance elements in the listOfAppInstance document.
appID Contains a string of up to 50 characters specific to the application and that is mapped to the corresponding commonID value.
appID commonID A string of up to 50 characters that is mapped to the value of appID.

See Also

Importing Data for the Cross Referencing Functoids
listOfAppInstance Document
listOfIDXRef Document