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