Class XSD::XSDShort
In: lib/xsd/datatypes.rb
Parent: XSDInt

Methods

Constants

Type = QName.new(Namespace, ShortLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1127
1127:   def initialize(value = nil)
1128:     init(Type, value)
1129:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1133
1133:   def maxinclusive
1134:     +32767
1135:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1137
1137:   def mininclusive
1138:     -32768
1139:   end

[Validate]