Chapter 4 Building Conceptual Data Models
You can access domain properties from the list of domains.
Each domain definition includes the following general properties:
Property | Description |
---|---|
Name | The name of the item which should be clear and meaningful, and should convey the item's purpose to non-technical users |
Code | The technical name of the item used for generating code or scripts, which may be abbreviated, and should not generally include spaces |
Comment | Descriptive label for the domain |
Stereotype | Sub-classification used to extend the semantics of an object without changing its structure; it can be predefined or user-defined |
Data type | Form of the data corresponding to the domain, such as numeric, alphanumeric, boolean, or others |
Length | Maximum number of characters |
Precision | Number of places after the decimal point, for data values that can take a decimal point |
Mandatory | Domain values are mandatory for all entity attributes using that domain |
A domain definition can also include the following properties, which have associated values or information used by entity attributes using the domain:
Property | Description |
---|---|
Standard checks | Check parameters defined for the domain |
Additional checks | Domain constraints or validation rules not defined by standard check parameters |
Rules | Business rules attached to the domain |
Copyright (C) 2005. Sybase Inc. All rights reserved. |