Ruby’s Float is double-precision 64-bit floating point value.
[Source]
# File xsd/datatypes.rb, line 352 def initialize(value = nil) super() @type = Type set(value) if value end
[Validate]