Files

Class Index [+]

Quicksearch

XSD::XSDUnsignedShort

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1420
1420:   def maxinclusive
1421:     65535
1422:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1424
1424:   def mininclusive
1425:     0
1426:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.