class XSD::XSDNonPositiveInteger

Constants

Type

Public Class Methods

new(value = nil) click to toggle source
# File lib/xsd/datatypes.rb, line 1252
def initialize(value = nil)
  init(Type, value)
end

Private Instance Methods

maxinclusive() click to toggle source
# File lib/xsd/datatypes.rb, line 1258
def maxinclusive
  0
end
mininclusive() click to toggle source
# File lib/xsd/datatypes.rb, line 1262
def mininclusive
  nil
end