2.5.4.6 PtgBool

The PtgBool structure specifies a Boolean value.

When found in a formula expression, this structure MUST satisfy the following ABNF.

ABNF:

 PtgBool = bool-value

bool-value specifies a Boolean.

When stored in a Cell_Type element, this structure has the following attribute values.

Attribute

 Value

V

MUST be zero if the value of the structure is equal to FALSE and MUST be one if value of the structure is equal to TRUE.

U

MUST NOT exist or MUST be "BOOL".