|
ENTITY Characteristic_data_table_header_decomposition SUBTYPE OF (Independent_property_relationship); SELF\Independent_property_relationship.relating : Characteristic_data_table_header; SELF\Independent_property_relationship.related : Characteristic_data_column_header; DERIVE SELF\Independent_property_relationship.relation_type : STRING := 'decomposition'; END_ENTITY; -- Characteristic_data_table_header_decomposition |
Entity data types and their attributesIndependent_property_relationshiprelation_type: STRING; (OPT) description: STRING; relating: Independent_property; related: Independent_property; Characteristic_data_table_header_decomposition (RT) relating: Characteristic_data_table_header; (RT) related: Characteristic_data_column_header; (RT) (DER) relation_type: STRING; |
Global rules for this entity data type- |