<FIELDS> : List of fields

ROLE

The list of fields is a content list that may contain FIELD or FIELD_REF elements. Instructions are defined inside the "Using content list" chapter.

ATTRIBUTES

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

ELEMENTS

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