Class XSD::XSDUnsignedShort
In: xsd/datatypes.rb
Parent: XSDUnsignedInt

Methods

new  

Constants

Type = QName.new(Namespace, UnsignedShortLiteral)

Public Class methods

[Source]

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

[Validate]