Class XSD::XSDNonNegativeInteger
In: lib/xsd/datatypes.rb
Parent: XSDInteger

Methods

Constants

Type = QName.new(Namespace, NonNegativeIntegerLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1163
1163:   def initialize(value = nil)
1164:     init(Type, value)
1165:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1169
1169:   def maxinclusive
1170:     nil
1171:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1173
1173:   def mininclusive
1174:     0
1175:   end

[Validate]