string ::=

{ 
 "text" 
|'text' 
| "hex digit hex digit" ["hex digit hex digit"]... 
| 'hex digit hex digit' ['hex digit hex digit']... 
}

For information on how to read this syntax, see Appendix C.