|
ENTITY datum_reference_element SUBTYPE OF (general_datum_reference); DERIVE owner : general_datum_reference := sts_get_general_datum_reference(SELF); WHERE WR1: SELF <> owner; WR2: EXISTS(owner); WR3: SELF\shape_aspect.of_shape = owner\shape_aspect.of_shape; END_ENTITY; -- datum_reference_element |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; general_datum_reference base: datum_or_common_datum; (OPT) modifiers: SET [1:?] OF datum_reference_modifier; datum_reference_element (DER) owner: general_datum_reference; |
Global rules for this entity data type- |