<!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 |