|
ENTITY Characteristic_data_table_header SUBTYPE OF (Independent_property); DERIVE column : LIST [1:?] OF Independent_property := get_characterized_column_headers(SELF); WHERE WR1: EXISTS(column) AND (SIZEOF(column) > 1); END_ENTITY; -- Characteristic_data_table_header |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; Characteristic_data_table_header (DER) column: LIST [1:?] OF Independent_property; |
Global rules for this entity data type- |