org.hisrc.jsonix.Jsonix.Schema.XSD.PositiveInteger.js Maven / Gradle / Ivy
Jsonix.Schema.XSD.PositiveInteger = Jsonix.Class(Jsonix.Schema.XSD.NonNegativeInteger, {
name : 'PositiveInteger',
typeName : Jsonix.Schema.XSD.qname('positiveInteger'),
MIN_VALUE : 1,
MAX_VALUE : 9223372036854775807,
CLASS_NAME : 'Jsonix.Schema.XSD.PositiveInteger'
});
Jsonix.Schema.XSD.PositiveInteger.INSTANCE = new Jsonix.Schema.XSD.PositiveInteger();
Jsonix.Schema.XSD.PositiveInteger.INSTANCE.LIST = new Jsonix.Schema.XSD.List(Jsonix.Schema.XSD.PositiveInteger.INSTANCE);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy