Class XSD::XSDInt
In: lib/xsd/datatypes.rb
Parent: XSDLong

Methods

Constants

Type = QName.new(Namespace, IntLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1109
1109:   def initialize(value = nil)
1110:     init(Type, value)
1111:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1115
1115:   def maxinclusive
1116:     +2147483647
1117:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1119
1119:   def mininclusive
1120:     -2147483648
1121:   end

[Validate]