<F_BIND_INFO> : Simple field binding on an existing logical attribute

Java class : leon.info.binding.LyFieldInfoBinding

ROLE

This case is a special one where the physical layer used is another logical attribute of the model. This type of binding allows to create new logical classes upon existing ones to offer different views of the same data (see tag C_BIND_INFO).

ATTRIBUTES

<!ATTLIST F_BIND_INFO
	  idref IDREF #REQUIRED>
Attribute Mand. Description Default
idref yes Identifier of the corresponding logical field. This attribute should refer to an existing field of the model; otherwise, an error would be raised during the parsing process.  

SAMPLE

<F_BIND_INFO idref="userName"/>