Returns the full unprocessed value (i.e. text content) of the element directly obtained from the XML file.

Example:

Let's assume the element <Start> (assigned with xs:dateTime type) is specified in an XML file as the following:

<Start>2004-09-17T12:12:11</Start>
For that element, this property will return a string:
"2004-09-17T12:12:11"