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