| Class | XSD::XSDUnsignedInt |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDUnsignedLong |
| Type | = | QName.new(Namespace, UnsignedIntLiteral) |
# File lib/xsd/datatypes.rb, line 1199
1199: def initialize(value = nil)
1200: init(Type, value)
1201: end