<C_MARKS> : Class marks

ROLE

List of marks associated to the class. The class marks are used to specify some characteristics of the class.

ATTRIBUTES

<!ATTLIST C_MARKS
	  condition CDATA #IMPLIED
	  operation ( RESET | CLEAR | AND | OR | XOR) "OR"
	  local ( true | false) "false"
	  load ( true | false) "false">
Attribute Mand. Description Default
condition no The value of this attribute enables to control the existence of this list of marks (see 'Using marks' chapter).  
operation no Method used to merge list of class marks (see 'Using marks' chapter). OR
local no When this generic mark equals true, the class is local does not require any binding to a physical class. The default value equals false. false
load no When this generic mark equals true, the data related to the class are loaded at the start up of the application. The default value equals false. false

ELEMENTS

<!ELEMENT C_MARKS 
	  (MARK*)>
Element Mand. Mult. Description
MARK no yes Specific marks reserved for an applicative use.