Core.DataTypes.SimpleDataType.Boolean

From emotive
Revision as of 09:13, 10 July 2014 by Js (talk | contribs) (Die Seite wurde neu angelegt: „== Classification == {{ClassificationDataType | Boolean | Boolean value of true or false | Simple Data Type | - | true<br/>false | [http://www.iso.org/iso/…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-3
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.