Integer Range - modelint/types GitHub Wiki
We constrain an Integer base type by specifying one or more non-overlapping ranges. If no range is specified, an integer value ranges from [min..max] which translates into whatever mechanism a programming language offers to select the maxint or minint value.
If we specify a range like [0..max] we get positive integers and [1..max] gives us counting or natural numbers.
Identifiers
- ID + Component + User type
Attributes
No non-referential attributes.