|
ENTITY Characteristic_data_table_header SUBTYPE OF (Independent_property); INVERSE column : SET [2:?] OF Characteristic_data_table_header_decomposition FOR relating; END_ENTITY; -- Characteristic_data_table_header |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; Characteristic_data_table_header (INV) column: SET [2:?] OF Characteristic_data_table_header_decomposition FOR relating; |
Global rules for this entity data type- |