===== The Element ===== ==== Definition and Usage ==== The [[compoundstatement|]] element defines a logical expression among its child elements ([[assessmentstatement|]] and [[compoundstatement|]]) by means of a Boolean //operator// attribute. The //isNegated// attribute may be defined to specify that a [[compoundstatement|]] child element must be negated before the Boolean operation is evaluated. ==== Syntax ==== ^ Element ^ Attributes ^ Content ^ Parent ^ | [[compoundstatement|]] | __//operator//__, //isNegated// | ([[assessmentstatement|]] | [[compoundstatement|]])+ | [[compoundcondition|]] or [[compoundstatement|]] | ==== Attributes ==== ^ Name ^ Value ^ Description ^ | //operator// | "and" or "or". | The //operator// attribute defines the logical expression among the [[compoundstatement|]] child elements. | | //isNegated// |

"true" or "false".

The default value is "false".

| The //isNegated// attribute defines if the [[compoundstatement|]] child elements must be negated before the statement is evaluated. |