((p "Values of this type denote a single word.") (h2 (@ (id . "allowed-values")) "Allowed values") (p "Must be a non-empty sequence of characters, but without the space character.") (p "All characters are mapped to their lower case values.") (h2 (@ (id . "query-comparison")) "Query comparison") (p "All comparisons are done case-insensitive, i.e. " (@L (@H "“") "hell" (@H "”")) " will be the prefix of " (@L (@H "“") "Hello" (@H "”")) ".") (h2 (@ (id . "sorting")) "Sorting") (p "Sorting is done by comparing the " (a (@ (href . "00001006033500")) "String") " values."))