Class XSD::XSDUnsignedLong
In: lib/xsd/datatypes.rb
Parent: XSDNonNegativeInteger

Methods

Constants

Type = QName.new(Namespace, UnsignedLongLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1181
1181:   def initialize(value = nil)
1182:     init(Type, value)
1183:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1187
1187:   def maxinclusive
1188:     +18446744073709551615
1189:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1191
1191:   def mininclusive
1192:     0
1193:   end

[Validate]