Description(entity)

From JRapid

Jump to: navigation, search

The "description" attribute in an entity generates a text that is displayed in the help menu of the entity.

Usage:

 <entity name = NAME label = LABEL>
   ...
   <description>DESCRIPTION</description>
   ...
 </entity>

Example:

  • Describing an "Owner" entity.
 <entity name="owner" label="Owner" >
   ...
   <description>Is the Owner of a pet</description>
   ...
 </entity>