| Class | XSD::XSDShort |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDInt |
| Type | = | QName.new(Namespace, ShortLiteral) |
# File lib/xsd/datatypes.rb, line 1127
1127: def initialize(value = nil)
1128: init(Type, value)
1129: end