Class | XSD::XSDNonNegativeInteger |
In: |
lib/xsd/datatypes.rb
|
Parent: | XSDInteger |
Type | = | QName.new(Namespace, NonNegativeIntegerLiteral) |
# File lib/xsd/datatypes.rb, line 1163 1163: def initialize(value = nil) 1164: init(Type, value) 1165: end