XML value indicators lists the terms and symbols used to build the XML expressions with proper syntax structure.
Value indicator |
Description |
---|---|
CDATA |
Character data (CDATA) type attributes may contain only character data. |
#PCDATA |
Parsed character data is text that will be examined by the parser for entities and proper syntax. |
<element>* |
The asterisk (*) indicates that the content is optional (may occur zero or more times). |
<element>? |
The question mark (?) after an element makes it optional, but only one may appear. |