<FIELD> : Typed field

Java class : leon.info.LyFieldInfo

ROLE

The FIELD element defines a field from a template. The result is the same as the use of the template attribute in the definition of each type of field. A field defined with this element is of the same type as the field referenced by the type attribute.

ATTRIBUTES

<!ATTLIST FIELD
	  id ID #REQUIRED>
Attribute Mand. Description Default
id yes Identifier of the field.  

ELEMENTS

<!ELEMENT FIELD 
	  (%FIELD_BEGIN;,
	   %FIELD_END;)>
Element Mand. Mult. Description
FIELD_BEGIN
yes no Begin of a field description.
FIELD_END
yes no End of a field description.

SAMPLE

<FIELD id="userAddress" type="address" subtypes="frenchAddress"/>

<FIELD id="myZipCode" type="standardZipCode"/>