<VIEW> : View

ROLE

This element represents a Application Engine view. This view is placed in a zone.

ATTRIBUTES

<!ATTLIST VIEW
	  id NMTOKEN #REQUIRED
	  closeable ( true | false) "true"
	  moveable ( true | false) "true"
	  multiple ( true | false) "true">
Attribute Mand. Description Default
id yes Identifier of the view.  
closeable no Specifies if the view can be closed or not. true
moveable no Specifies if the view can be moved or not. true
multiple no Indicates if the view is multiple (i.e. contains sub-areas). true