Class | XSD::XSDNegativeInteger |
In: |
lib/xsd/datatypes.rb
|
Parent: | XSDNonPositiveInteger |
Type | = | QName.new(Namespace, NegativeIntegerLiteral) |
# File lib/xsd/datatypes.rb, line 1073 1073: def initialize(value = nil) 1074: init(Type, value) 1075: end