|
ENTITY Contextual_item_shape SUBTYPE OF (Item_shape); SELF\Item_shape.described_element : described_element_select; DERIVE shaped_product : Product_view_definition := spa_get_definition(SELF); END_ENTITY; -- Contextual_item_shape |
Entity data types and their attributesItem_shape(OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Contextual_item_shape (RT) described_element: described_element_select; (DER) shaped_product: Product_view_definition; |
Global rules for this entity data type- |