| Class | XSD::XSDUnsignedLong |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDNonNegativeInteger |
| Type | = | QName.new(Namespace, UnsignedLongLiteral) |
# File lib/xsd/datatypes.rb, line 1181
1181: def initialize(value = nil)
1182: init(Type, value)
1183: end