String: Single quotation mark
All string constants must be enclosed in single quotation marks.
In the following examples, 1 is a string constant; 2 is spec-driven
attribute with a string constant as the spec attribute path; and 3
is a catalog function with a string constant as the catalog name:
‘xyz'
item [‘my spec/my attribute']
catalog (‘my catalog')