DESCRIPTION

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

Syntax

<DESCRIPTION>
[ <SHORT> shortDescription </SHORT> ] 
[ <LONG> longDescription </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.

Example

<DESCRIPTION>
  <SHORT>A short description</SHORT>
  <LONG>A long description</LONG>
</DESCRIPTION>