Data modeling tools can use the following validation rules:
MinMax.
Makes sure that each value of a column is not below a predefined minimum value or above a predefined maximum value.
ListConstraint.
Makes sure that each value of a column is valid based on a predefined set of possible values.
RuleConstraint.
Makes sure that each value of a column is valid using user-defined logic or expression.
Although domains can be associated with any of these rules, Metadata Manager extracts associations between a domain and the MinMax or ListConstraint rule.