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