| Class | XSD::XSDByte |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDShort |
| Type | = | QName.new(Namespace, ByteLiteral) |
# File lib/xsd/datatypes.rb, line 1145
1145: def initialize(value = nil)
1146: init(Type, value)
1147: end