|
ENTITY Class_with_attributes SUBTYPE OF (Class); version_id : OPTIONAL STRING; used_classification_system : OPTIONAL Classification_system; INVERSE characterization_attributes : SET [0:?] OF Classification_attribute FOR characterized_class; END_ENTITY; -- Class_with_attributes |
Entity data types and their attributesClassid: STRING; name: STRING; (OPT) description: STRING; Class_with_attributes (OPT) version_id: STRING; (OPT) used_classification_system: Classification_system; (INV) characterization_attributes: SET [0:?] OF Classification_attribute FOR characterized_class; |
| External_class_with_attributes (Classification_with_attributes_arm) |
Global rules for this entity data type- |