# File lib/xsd/datatypes.rb, line 145
  def to_s()
    if @is_nil
      ""
    else
      _to_s
    end
  end