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

Methods

new  

Constants

Type = QName.new(Namespace, LongLiteral)

Public Class methods

[Source]

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

[Validate]