PCDATA
Parsed Character Data is a data definition that originated in Standard Generalized Markup Language, and is used also in Extensible Markup Language Document Type Definition to designate mixed content XML elements.
Example
The following sender-element could be part of an XML-document:The string "Anton Smith" would be considered as parsed character data.
When declaring document elements. An element declaration employing the #PCDATA content model value does not allow for child elements.