|
ENTITY Thermal_requirement_allocation SUBTYPE OF (Assembly_requirement_allocation); SELF\Requirement_assignment.assigned_to : Thermal_component; SELF\Requirement_assignment.assigned_requirement RENAMED assigned_requirement_property : Predefined_requirement_view_definition; WHERE WR1: assigned_requirement_property\Product_view_definition.initial_context\View_definition_context.application_domain = 'thermal'; END_ENTITY; -- Thermal_requirement_allocation |
Entity data types and their attributesRequirement_assignmentid: STRING; (OPT) description: STRING; assigned_requirement: Requirement_view_definition; assigned_to: requirement_assignment_item; Assembly_requirement_allocation (RT) assigned_to: component_or_feature; Thermal_requirement_allocation (RT) assigned_to: Thermal_component; (RT) assigned_requirement->assigned_requirement_property: Predefined_requirement_view_definition; |
Global rules for this entity data type- |