2.2.2.14 Boolean Rules

This grammar is used to identify Boolean values.

 BOOL-VAL = "TRUE" / "FALSE"

TRUE: This token represents a decimal value of 1 which has the meaning of the Boolean value of true.

FALSE: This token represents a decimal value of 0 which has the meaning of the Boolean value of false.