|
ENTITY Analytical_model_parameter SUBTYPE OF (Applied_independent_property); SELF\Assigned_property.described_element RENAMED accessed_analytical_model : Analytical_model_definition; UNIQUE UR1 : id, accessed_analytical_model; END_ENTITY; -- Analytical_model_parameter |
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 (RT) described_element->accessed_analytical_model: Analytical_model_definition; |
Global rules for this entity data type- |