|
ENTITY Applied_independent_property SUBTYPE OF (Assigned_property); base_independent_property : Independent_property; DERIVE SELF\Assigned_property.name : STRING := base_independent_property.property_type; END_ENTITY; -- Applied_independent_property |
Entity data types and their attributesAssigned_property(OPT) id: STRING; name: STRING; (OPT) description: STRING; described_element: property_assignment_select; Applied_independent_property base_independent_property: Independent_property; (RT) (DER) name: STRING; |
| Analytical_model_parameter (Analytical_model_arm) |
| Applied_independent_material_property (Generic_material_aspects_arm) |
| User_defined_attribute_assignment (User_defined_attribute_arm) |
Global rules for this entity data type- |