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