[Source]
# File xsd/datatypes.rb, line 551 def initialize(value = nil) super() @type = Type @secfrac = nil set(value) if value end
[Validate]