<!ATTLIST CLASSES idrefs IDREFS #IMPLIED condition CDATA #IMPLIED operation ( RESET | ADD | REMOVE) "ADD" position NMTOKEN #IMPLIED> |
Attribute | Mand. | Description | Default |
idrefs | no | References of classes that belong to this list of classes. See "Using content list" section for more information. |
|
condition | no | This attribute defines the condition for the existence of this list. See "Using content list" section for detailed usage. |
|
operation | no | This parameter tells how this list is merges with existing one. See "Using content list" section for detailed usage. |
ADD |
position | no | This parameter indicates at which position this list is inserted in current one. See "Using content list" section for detailed usage. |
<!ELEMENT CLASSES (CLASS_REF | CLASS)*> |
Element | Mand. | Mult. | Description |
CLASS_REF | yes | no | Class reference that belongs to the list of classes. |
CLASS | yes | no | Class that belongs to the list of classes. |