Float

Syntax

For compatible documents, we recommend the following syntaxes. Use only numbers (0 9) and '.' (U+002E) as a decimal point. Do not include readability separators.

SyntaxObject(s)
Lexical (string-like)"123.456", "789"
JSON (number)123.456, 789

We also do our best to interpret common formatting errors, E notation, and locale-based, human-friendly formats.

Normalization

Accepted values are normalized into a literal: a canonical xsd:decimal string with a schema:Float datatype.

Technical Notes