Core.DataTypes.SimpleDataType.Boolean
Classification
Name | Boolean |
Short Description | Boolean value of true or false |
Class | Simple Data Type |
Base Data Type | - |
Default Value | Empty |
Provide a Literal | No |
SpecifiedBy | ISO 13209-2 |
Standard Compliant | Yes |
Description
OTX Boolean values have a value space of {"true", "false", "1", "0"}. Even though "1" and "0" are contained in the value space, treating Boolean values like numeric values directly is not allowed by OTX. OTX adheres to the W3C definition of the xsd:boolean data type.