d
or dt
as
shown in the following table.
Data Type
|
Domain Type
|
Examples
|
---|---|---|
Character
|
Discrete
|
high risk;low
risk "d'oscail";"d'fhill" |
Integer
|
Discrete
|
0;800;3500 |
Continuous
|
>100;<=myterm |
|
Decimal
|
Discrete
|
3.14;12.98 |
Continuous
|
>1.25;<=N1 |
|
Date
|
Discrete
|
01jul2012;31jul2012 |
Continuous
|
>='01jan2013'd;<='31dec2013'd |
|
Datetime
|
Discrete
|
01jul2012:10:52:00;31jul2012:23:00:00 |
Continuous
|
<='01jul2012:00:00:00'dt;>'31jul2012 :23:00:00'dt |
|
Boolean
|
By default, Boolean
values are set to
True and False and
cannot be changed.
|