Skip to main content

%xsd.byte

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

This data type represents a tiny integer value.

This class is identical to the %Integer data type except that it has odbctype of TINYINT, a default MAXVAL parameter value of 127, and a default MINVAL parameter value of -128.

Parameters

MAXVAL

Parameter MAXVAL = 127;

The maximum allowed logical value for the data type.

MINVAL

Parameter MINVAL = -128;

The minimum allowed logical value for the data type.

XSDTYPE

Parameter XSDTYPE = "byte";

Declares the XSD type used when projecting XML schemas.

STRICT

Parameter STRICT = 1;