RainCode - XMLBooster

Element: DISJUNCT

The DISJUNCT operator takes one or more sub-formulas as parameter, and represents the disjunction of these sub-formulas.

Attributes

Name Type Optional
OPTIONAL BOOLEAN Yes
TARGET STRING Yes Name of the field which will receive the data structure of the disjunction. XMLBOOSTER performs no type check-ing regarding the compatibility of the dis-junction with the attached target attribute. Depending on the target language, such type checking can be performed by the compiler.

Content

Non-empty mixed sequence of
CONCAT
REPEAT
ELEMENTREF
ENCLOSED
DISJUNCT
ALIEN
PCDATA

Appears in

FORMULA; CONCAT; REPEAT; DISJUNCT; ENCLOSED

DTD declaration

<!ELEMENT DISJUNCT
(CONCAT| REPEAT| ELEMENTREF| ENCLOSED| DISJUNCT| ALIEN| PCDATA)+
>

<!ATTLIST DISJUNCT
OPTIONAL (YES|yes|Y|y|ON|On|on|TRUE|true|True|1|NO|no|N|n|OFF|Off|off|FALSE|false|False|0) #IMPLIED
TARGET CDATA #IMPLIED
>