RainCode - XMLBooster

Element: PCDATA

PCDATA describes the simplest XML structure of all, namely, plain text enclosed between a tag pair.

Attributes

Name Type Optional
TARGET STRING Yes Name of the field in the current element which will receive the character string parsed as PCDATA.
OPTIONAL BOOLEAN Yes Indicates whether the PCDATA sequence is optional or not. Default is FALSE.

Appears in

FORMULA; CONCAT; REPEAT; DISJUNCT; ENCLOSED

DTD declaration

<!ELEMENT PCDATA EMPTY>

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