Files

Class Index [+]

Quicksearch

XSD::XSDPositiveInteger

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1456
1456:   def maxinclusive
1457:     nil
1458:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1460
1460:   def mininclusive
1461:     1
1462:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.