DESCRIPTION

The DESCRIPTION element allows a short and a long description to be associated with an application definition.

Syntax

<DESCRIPTION>
  [<SHORT>...</SHORT>] 
  [<LONG>...</LONG>] 
</DESCRIPTION>

Child elements

The DESCRIPTION element may contain the following child elements:
  1. Zero or one SHORT element.
  2. Zero or one LONG element.

Usage

You use this element to provide descriptions of your application.

Example

<DESCRIPTION>
  <SHORT>A short description</SHORT>
  <LONG>A long description gives more detail</LONG>
</DESCRIPTION>

Parent elements

This element is a child of one of the following elements: