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

Methods

new  

Constants

Type = QName.new(Namespace, IntegerLiteral)
PositiveMinInclusive = 1

Public Class methods

[Source]

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

[Validate]