Term
boolean
Business term
Boolean
Description
The boolean data type is used to specify a true or false value.
Allowed values
Comments
Legal values for boolean are true, false, 1 (which indicates true), and 0 (which indicates false).
Status
Approved 2024-06-14
XML type
xs:boolean
Equivalent terms