ENTITY detailed_report_request_with_number_of_data

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY detailed_report_request_with_number_of_data
   SUBTYPE OF (detailed_report_request);
      number_of_data : INTEGER;
   DERIVE
      SELF\detailed_report_request.detailed_report_request_type : detailed_report_type := measured_element;
END_ENTITY;

Explicit Attributes

Entity detailed_report_request_with_number_of_data 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
 detailed_report_request_type*detailed_report_type (ENUM)detailed_report_request_with_number_of_data(Redcl from detailed_report_request)
 report_sequencepreferred_ordering (ENUM)detailed_report_request
 number_of_dataINTEGERdetailed_report_request_with_number_of_data

* - Explicit attribute redeclared as derived

Derived Attributes

Entity detailed_report_request_with_number_of_data has the following local and inherited derived attributes:
AttributeTypeDefined By
 detailed_report_request_typedetailed_report_type (ENUM)detailed_report_request_with_number_of_data(Redcl from detailed_report_request)

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity detailed_report_request_with_number_of_data inherits from the following supertypes:
  data_quality_report_request
    detailed_report_request

Subtypes

    No subtypes

Referenced By

Entity detailed_report_request_with_number_of_data and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 data_quality_report_request ENTITY detailed_report_request
 detailed_report_request_with_number_of_data ENTITY detailed_report_request


[Top Level Definitions] [Exit]

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