|
ENTITY Product_version_relationship; relation_type : OPTIONAL STRING; description : OPTIONAL STRING; relating_version : Product_version; related_version : Product_version; WHERE WR1: relating_version :<>: related_version; WR2: EXISTS(relation_type) OR (TYPEOF(SELF\Product_version_relationship) <> TYPEOF(SELF)); END_ENTITY; -- Product_version_relationship |
Entity data types and their attributesProduct_version_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating_version: Product_version; related_version: Product_version; |
| Analysis_version_sequence (Analysis_identification_arm) |
| Behaviour_version_sequence (Behaviour_identification_and_version_arm) |
| Requirement_version_relationship (Requirement_identification_and_version_arm) |
| Supplied_part_relationship (Product_version_relationship_arm) |
| System_version_sequence (System_identification_and_version_arm) |
Global rules for this entity data type- |