In: |
xsd/datatypes.rb
|
Parent: | XSDAnySimpleType |
Type | = | QName.new(Namespace, Base64BinaryLiteral) |
String in Ruby could be a binary.
# File xsd/datatypes.rb, line 916 def initialize(value = nil) super() @type = Type set(value) if value end