| Atomic Warehouse Model Data Model |
| Description | The domain name or "type" of a group or set of codes. |
| Attributes | |
Domain Column Nm |
|
Domain Descr |
|
Domain Nm |
|
Domain Sk |
|
Load Info Sk |
|
Mapping Required Ind |
|
Source Code Sk |
|
Tenant Common Code Override Ind |
|
Tenant Sk |
|
| Primary Key | |
Code Domain PK |
|
| Dependencies | |
|
|
| Reverse Dependencies | |
|
|
| Attribute Details |
Domain Column Nm
| Description | The name of the column that will be used to reference this Domains data throughout the model. For example, if the Domain is "State" this column may have "State_Cd" as its value. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Free Text [VARCHAR(1024)] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Domain Descr
| Description | The description or explanation of a code domain. This is to more fully describe the "Domain Name" which may be an abbreviation or acronym. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Description [VARCHAR(250)] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Domain Nm
| Description | A unique name for a group or type of codes, STATE might refer to data that defined State in the United States of America or Provinces in Canada. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Domain Name [VARCHAR(30)] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Domain Sk
| Description | The generated Surrogate key to the Code Domain. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | true |
Load Info Sk
| Description | The surrogate key of the load information entry describing the details regarding the loading of the row. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key Large [LONG] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Mapping Required Ind
| Description | Indicates that this Domain requires mapping. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Boolean Indicator [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Source Code Sk
| Description | The origin of the data identifying the actual load source, vendor, manual key entry, or context of the data in a specific row in the database. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Tenant Common Code Override Ind
| Description | Indicates whether a domain may have a Tenant Common Code override. This indicates that an overriding note or observation will be displayed/consumed in place of the one received in OBX-3 or UOM received in OBX-6. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Boolean Indicator [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Tenant Sk
| Description | The surrogate key of the entry identifying the legal owner of the data. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
| Primary Key Details |
Code Domain PK
| Key Attribute | Domain Sk |
| Atomic Warehouse Model Data Model |