<!ATTLIST FIELDS idrefs IDREFS #IMPLIED condition CDATA #IMPLIED operation ( RESET | ADD | REMOVE) "ADD" position NMTOKEN #IMPLIED> |
Attribute | Mand. | Description | Default |
idrefs | no | References of fields that belong to this list of fields. 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 FIELDS (%A_FIELD; | FIELD_REF)*> |
Element | Mand. | Mult. | Description |
A_FIELD |
yes | no | Field that belongs to the list of fields. |
FIELD_REF | yes | no | Field reference that belongs to the list of fields. |