Label
From JRapid
The label that will be displayed for the element. It is applied to any displayable element like entities, properties, filters, etc.
Usage:
<entity name = NAME label = LABEL />
Example:
The "status" property has the label set to "Status".
<entity label="Company" menu="Company" name="Company">
...
<property display="secondary" entity="CompanyStatus" label="Status" name="status" />
...
</entity>
