|
ENTITY shape_data_quality_inspection_result_representation SUBTYPE OF (data_quality_inspection_result_representation); WHERE WR1: SIZEOF( QUERY( q <* SELF\representation.items| 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.' + 'SHAPE_DATA_QUALITY_INSPECTION_RESULT' IN TYPEOF(q))) > 0; WR2: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_CONTEXT' IN TYPEOF(SELF\representation.context_of_items); WR3: SIZEOF(USEDIN(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'SHAPE_DATA_QUALITY_INSPECTED_SHAPE_AND_RESULT_RELATIONSHIP.'+ 'REP_2'))>0; END_ENTITY; -- shape_data_quality_inspection_result_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; data_quality_inspection_result_representation criteria_inspected: data_quality_criteria_representation; shape_data_quality_inspection_result_representation - |
| shape_inspection_result_representation_with_accuracy (shape_data_quality_inspection_result_schema) |
Global rules for this entity data type- |