* Example XML File
{{{
#!xml
1
4
2
4
5
test
6
7
}}}
* Schema
{{{
#!xml
This type represents a region of source file and is to be
parsed as the following:
[startLine],[startColumn],[endLine],[endColumn]
It is assumed that: endLine >= startLine
and if endLine == startLine that endColumn > startColumn