%xsd.short
Class %xsd.short Extends %Integer [ Not ProcedureBlock, System = 2 ]
This data type represents a small integer value.
Parameters
MAXVAL
Parameter MAXVAL = 32767;
The maximum allowed logical value for the data type.
MINVAL
Parameter MINVAL = -32768;
The minimum allowed logical value for the data type.
XSDTYPE
Parameter XSDTYPE = "short";
Declares the XSD type used when projecting XML schemas.
STRICT
Parameter STRICT = 1;