| Business Data Model Data Model |
Description | A link that one product has with another. For example: Same producer Same package |
Attributes | |
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
Relationship | |
![]() |
|
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | Indicates whether or not the ingredient is an active ingredient. |
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 |
Description | A unique symbol that establishes identity of the product within the context of another product. |
Data Type | Standards - Data Domains.ddm/Data Domains/Alphanumeric [VARCHAR(80)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the privacy requirements for information about this relationship. For example: A manufacturer considers an ingredient in a product to be a trade secret. |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the kind of relationship a product has with another product. For example: Lot Content Kind Part Ingredient Package Assembly Specialized Equivalent |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | An indication of the amount of one product contained in another product. For example: 50 mg per tablet, 300 ml / liter |
Data Type | Standards - Data Domains.ddm/Data Domains/Quantity Integer [INTEGER] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Relationship Details |
Description | DESCRIPTION: Each ProductRelationship always has as source one Product. Each Product might be the source for one or more ProductRelationship. |
Is Identifying Relationship | false |
Child Table | Product Relationship |
Child Role Name | sourceProduct |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | RESTRICT |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | RESTRICT |
Parent Table | Product |
Parent Role Name | targetProductRelationship |
Parent Multiplicity | ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | RESTRICT |
Parent Referential Integrity: On Update | RESTRICT |
Description | DESCRIPTION: Each ProductRelationship always has as target one Product. Each Product might be the target for one or more ProductRelationship. |
Is Identifying Relationship | false |
Child Table | Product Relationship |
Child Role Name | targetProduct |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | RESTRICT |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | RESTRICT |
Parent Table | Product |
Parent Role Name | sourceProductRelationship |
Parent Multiplicity | ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | RESTRICT |
Parent Referential Integrity: On Update | RESTRICT |
| Business Data Model Data Model |