|
ENTITY External_class_with_attributes SUBTYPE OF (Class_with_attributes); source : external_class_select; END_ENTITY; -- External_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 source: external_class_select; |
Global rules for this entity data type- |