| Class | XSD::XSDUnsignedByte |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDUnsignedShort |
| Type | = | QName.new(Namespace, UnsignedByteLiteral) |
# File lib/xsd/datatypes.rb, line 1235
1235: def initialize(value = nil)
1236: init(Type, value)
1237: end