Core.DataTypes.SimpleDataType.Boolean

From emotive
Revision as of 10:15, 10 July 2014 by Js (talk | contribs)
Jump to navigation Jump to search

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.