Overview Schemas Index

product_data_quality_criteria_schema         


ENTITY detailed_report_request_with_number_of_data
          SUBTYPE OF (detailed_report_request);
          number_of_data : INTEGER;
WHERE
          WR1: SELF\detailed_report_request.detailed_report_request_type
            <> INFERIOR_QUALITY_ELEMENT;
END_ENTITY; -- detailed_report_request_with_number_of_data

Entity data types and their attributes

data_quality_report_request
          description: text;
          criterion_of_report_request: data_quality_criterion;
detailed_report_request
          detailed_report_request_type: detailed_report_type;
          report_sequence: preferred_ordering;
detailed_report_request_with_number_of_data
          number_of_data: INTEGER;

Users: by entity attributes

data_quality_report_request
detailed_report_request
detailed_report_request_with_number_of_data

Users: by defined types, not used by any entity attribute

detailed_report_request_with_number_of_data
          -

Global rules for this entity data type

          -