XSD::XSDShort (Class)

In: xsd/datatypes.rb
Parent: XSDInt

Methods

new  

Constants

Type = QName.new(Namespace, ShortLiteral)
MaxInclusive = +32767
MinInclusive = -32768

Public Class methods

[Source]

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

[Validate]