| Class | XSD::XSDPositiveInteger |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDNonNegativeInteger |
| Type | = | QName.new(Namespace, PositiveIntegerLiteral) |
# File lib/xsd/datatypes.rb, line 1253
1253: def initialize(value = nil)
1254: init(Type, value)
1255: end