XSD::XSDLong (Class)

In: xsd/datatypes.rb
Parent: XSDInteger

Methods

new  

Constants

Type = QName.new(Namespace, LongLiteral)
MaxInclusive = +9223372036854775807
MinInclusive = -9223372036854775808

Public Class methods

[Source]

# File xsd/datatypes.rb, line 1043
  def initialize(value = nil)
    super()
    @type = Type
    set(value) if value
  end

[Validate]