|
ENTITY Identification_assignment; identifier : STRING; role : STRING; description : OPTIONAL STRING; items : SET [1:?] OF identification_item; END_ENTITY; -- Identification_assignment |
Entity data types and their attributesIdentification_assignmentidentifier: STRING; role: STRING; (OPT) description: STRING; items: SET [1:?] OF identification_item; |
| Alias_identification (Alias_identification_arm) |
Global rules for this entity data type- |