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