|
ENTITY Alias_identification SUBTYPE OF (Identification_assignment); SELF\Identification_assignment.items : SET [1:?] OF alias_identification_item; DERIVE SELF\Identification_assignment.role : STRING := 'alias'; END_ENTITY; -- Alias_identification |
Entity data types and their attributesIdentification_assignmentidentifier: STRING; role: STRING; (OPT) description: STRING; items: SET [1:?] OF identification_item; Alias_identification (RT) items: SET [1:?] OF alias_identification_item; (RT) (DER) role: STRING; |
Global rules for this entity data type- |