<DATA> : Specific data

Java class : leon.info.LyData

ROLE

This element defines specific data that can be defined over an object of the data model. Each data is a pair composed of a name and a value. As those specific data are not managed by Application Engine, their content is entirely free. The user can then define specific data over an object of the data model and use them to get information about this object inside the specific code of the application. (Convenient methods are available in the Application Engine API to retrieve these data).

ATTRIBUTES

<!ATTLIST DATA
	  name CDATA #REQUIRED
	  value CDATA #REQUIRED>
Attribute Mand. Description Default
name yes Name of the data.  
value yes Value of the data.  

SAMPLE

<DATA name="maxValue" value="5"/>

<DATA name="extraData" value="Other datas"/>