%xsd.nonPositiveInteger
Class %xsd.nonPositiveInteger Extends %Integer [ Not ProcedureBlock, System = 2 ]
This data type represents a non-positive integer value.
This is identical to the %xsd.integer data type except that it has a default MAXVAL parameter of 0.
Parameters
MAXVAL
Parameter MAXVAL = 0;
The maximum allowed logical value for the data type.
XSDTYPE
Parameter XSDTYPE = "nonPositiveInteger";
Declares the XSD type used when projecting XML schemas.
STRICT
Parameter STRICT = 1;