Class XSD::XSDUnsignedByte
In: lib/xsd/datatypes.rb
Parent: XSDUnsignedShort

Methods

Constants

Type = QName.new(Namespace, UnsignedByteLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1235
1235:   def initialize(value = nil)
1236:     init(Type, value)
1237:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1241
1241:   def maxinclusive
1242:     +255
1243:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1245
1245:   def mininclusive
1246:     0
1247:   end

[Validate]