| Title (OLI_LU_BOOLEAN) |
| Boolean |
| Definition |
| The ACORD Life data model uses the datatype 'boolean' to encode True/False information. The data type is actually a binary integer where "zero," means False and "not zero" means True.We will follow the type code model (see how to handle TypeCodes section), and use a tag attribute to represent the binary value of the Boolean data:<PrefPhone tc="0">False</PrefPhone>The set of allowable Boolean values is "0" (False) and "1" (True). |
| Codes | |||||||||||||||
|