|
ENTITY Assembly_separation_requirement_allocation SUBTYPE OF (Assembly_requirement_allocation); disjoint_assignment : SET [1:?] OF component_or_feature; END_ENTITY; -- Assembly_separation_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; Assembly_separation_requirement_allocation disjoint_assignment: SET [1:?] OF component_or_feature; |
Global rules for this entity data type- |