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

Methods

Constants

Type = QName.new(Namespace, LongLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1091
1091:   def initialize(value = nil)
1092:     init(Type, value)
1093:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1097
1097:   def maxinclusive
1098:     +9223372036854775807
1099:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1101
1101:   def mininclusive
1102:     -9223372036854775808
1103:   end

[Validate]