|
ENTITY Temporal_requirement_model SUBTYPE OF (System_requirement_model); INVERSE assigned_to : SET [0:1] OF Temporal_requirement_model_assignment FOR assigned_requirement; WHERE WR1: SIZEOF( QUERY(ra <* USEDIN(SELF,'REQUIREMENT_CATEGORIZATION_ARM.REQUIREMENT_ASSIGNMENT.ASSIGNED_REQUIREMENT')| NOT(SIZEOF(TYPEOF(ra) * ['REQUIREMENT_MODEL_ASSIGNMENT_ARM.TEMPORAL_REQUIREMENT_MODEL_ASSIGNMENT']) = 1))) = 0; END_ENTITY; -- Temporal_requirement_model |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Requirement_view_definition (RT) defined_version: Requirement_version; Requirement_category - System_requirement_model has_owner: SET [1:?] OF stakeholder_select; (OPT) has_type: requirement_type; Temporal_requirement_model (INV) assigned_to: SET [0:1] OF Temporal_requirement_model_assignment FOR assigned_requirement; |
Global rules for this entity data type- |