|
ENTITY Characteristic_data_table SUBTYPE OF (Representation_item); property_value : LIST [1:?] OF Characteristic_data_table_row; WHERE WR1: SIZEOF(QUERY( pv <* property_value | NOT (SIZEOF(pv.cell) = SIZEOF(property_value[1].cell)) )) = 0; END_ENTITY; -- Characteristic_data_table |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Characteristic_data_table property_value: LIST [1:?] OF Characteristic_data_table_row; |
Global rules for this entity data type- |