Files

Class Index [+]

Quicksearch

XSD::XSDUnsignedInt

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1402
1402:   def maxinclusive
1403:     4294967295
1404:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1406
1406:   def mininclusive
1407:     0
1408:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.