listOfAppType Document

 

The listOfAppType document contains data stored in the xref_AppType SQL Server table. The document has the following structure:

<?xml version="1.0" encoding="UTF-8"?>  
<listOfAppType>  
    <appType>  
        <name>ApplicationOne</name>  
    </appType>  
    <appType>  
        <name>ApplicationTwo</name>  
    </appType>  
    <appType>  
        <name>ApplicationThree</name>  
    </appType>  
    <appType>  
        <name>ApplicationFour</name>  
    </appType>  
</listOfAppType>  
  

The following table describes the elements of the document:

Element Description
appType Contains a single name element.
Name A string of up to 50 characters that is the name of an application.

The names in this document are placed in the xref_AppType SQL Server table where they are mapped to unique integers used as values in other tables.

See Also

Importing Data for the Cross Referencing Functoids
listOfAppInstance Document