|
ENTITY Product_in_attachment_slot SUBTYPE OF (View_definition_usage); name : STRING; SELF\View_definition_relationship.related_view RENAMED attachment_slot : Attachment_slot_definition; SELF\View_definition_relationship.relating_view RENAMED product : Product_view_definition; END_ENTITY; -- Product_in_attachment_slot |
Entity data types and their attributesView_definition_relationship(OPT) id: STRING; (OPT) relation_type: STRING; (OPT) description: STRING; relating_view: Product_view_definition; related_view: Product_view_definition; View_definition_usage - Product_in_attachment_slot name: STRING; (RT) related_view->attachment_slot: Attachment_slot_definition; (RT) relating_view->product: Product_view_definition; |
Global rules for this entity data type- |