|
ENTITY Applied_independent_activity_property SUBTYPE OF (Activity_property); base_element_property : Independent_property; DERIVE SELF\Activity_property.name : STRING := base_element_property.property_type; END_ENTITY; -- Applied_independent_activity_property |
Entity data types and their attributesActivity_propertyname: STRING; description: STRING; described_element: characterized_activity_definition; Applied_independent_activity_property base_element_property: Independent_property; (RT) (DER) name: STRING; |
Global rules for this entity data type- |