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