Returns a new instance of XSDString.
191 192 193
# File 'lib/xsd/datatypes.rb', line 191 def initialize(value = nil) init(Type, value) end