From c52416154361a65aad87912d6477c60b8384b36f Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Mon, 18 Nov 2024 11:44:41 -0800 Subject: [PATCH] Add requirements for the L2V mapping of xsd:float and xsd:double. Fixes #85. --- spec/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/index.html b/spec/index.html index 9dabcc8d..59aa6915 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1242,6 +1242,12 @@

The XML Schema Built-in Datatypes

xsd:NCNameXML NCNames +

The lexical-to-value mapping for xsd:float + and xsd:double + MUST use a method consistent with doubleLexicalMap, + which MUST strictly conform to the rounding method described in + floatPtRound [[XMLSCHEMA11-2]].

+

The other built-in XML Schema datatypes are unsuitable for various reasons and SHOULD NOT be used: