ENTITY data_quality_report_request

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY data_quality_report_request
   ABSTRACT SUPERTYPE OF (ONEOF(summary_report_request, detailed_report_request));
      description : text;
      criterion_of_report_request : data_quality_criterion;
END_ENTITY;

Explicit Attributes

Entity data_quality_report_request has the following local and inherited explicit attributes:
AttributeTypeDefined By
 descriptiontext (STRING)data_quality_report_request
 criterion_of_report_requestdata_quality_criterion (ENTITY)data_quality_report_request

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity data_quality_report_request has the following subtypes:
    detailed_report_request*
    detailed_report_request_with_number_of_data
    shape_summary_request_with_representative_value
    summary_report_request*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00