Core.DataTypes.SimpleDataType.Boolean

From emotive
Revision as of 04:38, 25 September 2018 by Hb (talk | contribs) (→‎Classification)
Jump to navigation Jump to search

Classification

Name Boolean
Short Description Boolean value of true or false
Class Simple Data Type
Base Data Type true
false
Default Value FALSE
Provide a Literal Yes
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.