|
ENTITY Characteristic_data_table_representation SUBTYPE OF (Property_value_representation); SELF\Representation.items : SET [1:1] OF Characteristic_data_table; END_ENTITY; -- Characteristic_data_table_representation |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Property_value_representation (RT) context_of_items: Numerical_representation_context; Characteristic_data_table_representation (RT) items: SET [1:1] OF Characteristic_data_table; |
Global rules for this entity data type- |