| Class | XSD::XSDUnsignedShort |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDUnsignedInt |
| Type | = | QName.new(Namespace, UnsignedShortLiteral) |
# File lib/xsd/datatypes.rb, line 1217
1217: def initialize(value = nil)
1218: init(Type, value)
1219: end