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:
  1. ‘xyz'
  2. item [‘my spec/my attribute']
  3. catalog (‘my catalog')