LONG
The LONG element contains the long description to be associated with an
application definition.
Syntax
 <LONG>description</LONG>  
- description specifies the long description.
 
Child elements
There are no child elements.
Usage
You use this element to provide a detailed description of your application.
Usage example
<DESCRIPTION>
  <SHORT></SHORT>
  <LONG>A long description describes the application in more detail</LONG>
</DESCRIPTION> 
Parent elements
This element is a child of the DESCRIPTION
element.