<STICKER> : Sticker.

Java class : leon.info.LySticker

ROLE

A sticker is used to display short messages to the end-user on the root page, on a specific action or on an object.

ATTRIBUTES

<!ATTLIST STICKER
	  id ID #REQUIRED
	  user CDATA #IMPLIED
	  action IDREF #IMPLIED
	  objectId CDATA #IMPLIED
	  content CDATA #IMPLIED
	  x CDATA #IMPLIED
	  y CDATA #IMPLIED
	  width NMTOKEN #IMPLIED
	  height NMTOKEN #IMPLIED>
Attribute Mand. Description Default
id yes Id of the sticker.  
user no User that created the sticker.  
action no Action on which the sticker is displayed (may be null).  
objectId no Id of the object for which the sticker id displayed (may be null).  
content no Text of the sticker.  
x no X position.  
y no Y position.  
width no Width of the sticker.  
height no Height of the sticker.  

ELEMENTS

<!ELEMENT STICKER 
	  (EXTERN*)>
Element Mand. Mult. Description
EXTERN no yes Extern infos referenced by the sticker.