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