Attributes of type pathReference have the following syntax:
pathReference:
absolutePath
relativePath
absolutePath:
"/"
"/" relativePath
relativePath:
relativePathStart
relativePathStart "/" relativePath
relativePathStart:
"."
".."
identifier
|