Files

Class Index [+]

Quicksearch

XSD::XSDNonNegativeInteger

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1366
1366:   def maxinclusive
1367:     nil
1368:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1370
1370:   def mininclusive
1371:     0
1372:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.