XSD::XSDInt (Class)

In: xsd/datatypes.rb
Parent: XSDLong

Methods

new  

Constants

Type = QName.new(Namespace, IntLiteral)
MaxInclusive = +2147483647
MinInclusive = -2147483648

Public Class methods

[Source]

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

[Validate]