[PATCH 05/12] eng: Add optional floating-point number type

Sebastian Huber sebastian.huber at embedded-brains.de
Fri May 5 08:46:02 UTC 2023


Update #3715.
---
 eng/req/items.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index c5f95b5..1b1d48f 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -4622,6 +4622,17 @@ This type is used by the following types:
 
 * :ref:`SpecTypeSpecificationRefinementLinkRole`
 
+.. _SpecTypeOptionalFloatingPointNumber:
+
+Optional Floating-Point Number
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+A value of this type shall be of one of the following variants:
+
+* The value may be a floating-point number.
+
+* There may be no value (null).
+
 .. _SpecTypeOptionalString:
 
 Optional String
-- 
2.35.3



More information about the devel mailing list