|
| Name | Type | Optional | |
|---|---|---|---|
| OPTIONAL | BOOLEAN | Yes | |
| TARGET | STRING | Yes | Name of the field which will receivethe data structure of the disjunction.XMLBOOSTER performs no type check-ingregarding the compatibility of the dis-junctionwith the attached target attribute.Depending on the target language, suchtype checking can be performed by thecompiler. |
| INDICATOR | STRING | Yes |
|
<!ELEMENT DISJUNCT
(CONCAT| REPEAT| ELEMENTREF| ENCLOSED| DISJUNCT| ALIEN| PCDATA| PERM)+
>
<!ATTLIST DISJUNCT
OPTIONAL (TRUE|YES|yes|Y|y|ON|On|on|true|True|1|FALSE|NO|no|N|n|OFF|Off|off|false|False|0) #IMPLIED
TARGET CDATA #IMPLIED
INDICATOR CDATA #IMPLIED
>