Class XSD::XSDNegativeInteger
In: lib/xsd/datatypes.rb
Parent: XSDNonPositiveInteger

Methods

Constants

Type = QName.new(Namespace, NegativeIntegerLiteral)

Public Class methods

[Source]

      # File lib/xsd/datatypes.rb, line 1073
1073:   def initialize(value = nil)
1074:     init(Type, value)
1075:   end

Private Instance methods

[Source]

      # File lib/xsd/datatypes.rb, line 1079
1079:   def maxinclusive
1080:     -1
1081:   end

[Source]

      # File lib/xsd/datatypes.rb, line 1083
1083:   def mininclusive
1084:     nil
1085:   end

[Validate]