Entering content frame

hex_literal 

String literal that contains a value in hexadecimal notation.

Syntax

<hex_literal> ::= x'' | X'' | x'<hex_digit_seq>' | X'<hex_digit_seq>'

hex_digit_seq

x'123F'
X'12ab'

Leaving content frame