Skip to main content

%xsd.unsignedShort

Class %xsd.unsignedShort Extends %Integer [ Not ProcedureBlock, System = 2 ]

This data type represents a non-negative integer value.

This is identical to the %xsd.integer data type except that it has a default MINVAL parameter of 0 and MAXVAL of 65535.

Parameters

MAXVAL

Parameter MAXVAL = 65535;

The maximum allowed logical value for the data type.

MINVAL

Parameter MINVAL = 0;

The minimum allowed logical value for the data type.

XSDTYPE

Parameter XSDTYPE = "unsignedShort";

Declares the XSD type used when projecting XML schemas.

STRICT

Parameter STRICT = 1;