| Class | XSD::XSDLong |
| In: |
lib/xsd/datatypes.rb
|
| Parent: | XSDInteger |
| Type | = | QName.new(Namespace, LongLiteral) |
# File lib/xsd/datatypes.rb, line 1091
1091: def initialize(value = nil)
1092: init(Type, value)
1093: end