Class | XSD::XSDNonPositiveInteger |
In: |
lib/xsd/datatypes.rb
|
Parent: | XSDInteger |
Type | = | QName.new(Namespace, NonPositiveIntegerLiteral) |
# File lib/xsd/datatypes.rb, line 1055 1055: def initialize(value = nil) 1056: init(Type, value) 1057: end