Object
The base class of all datatypes with Namespace.
# File lib/xsd/datatypes.rb, line 93 93: def self.inherited(klass) 94: @@types << klass 95: end
# File lib/xsd/datatypes.rb, line 101 101: def initialize 102: end
# File lib/xsd/datatypes.rb, line 97 97: def self.types 98: @@types 99: end
# File lib/xsd/datatypes.rb, line 104 104: def init(type) 105: @type = type 106: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.