|
ENTITY Characteristic_data_table_row SUBTYPE OF (Representation_item); cell : LIST [1:?] OF characteristic_data_table_cell; END_ENTITY; -- Characteristic_data_table_row |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Characteristic_data_table_row cell: LIST [1:?] OF characteristic_data_table_cell; |
Global rules for this entity data type- |