|
ENTITY Attachment_slot_design_to_realized; id : STRING; name : STRING; description : OPTIONAL STRING; design : Attachment_slot_design; realized : Attachment_slot_as_realized; WHERE WR1: SELF.design.of_product :=: SELF.realized.of_product; END_ENTITY; -- Attachment_slot_design_to_realized |
Entity data types and their attributesAttachment_slot_design_to_realizedid: STRING; name: STRING; (OPT) description: STRING; design: Attachment_slot_design; realized: Attachment_slot_as_realized; |
Global rules for this entity data type- |