Interface DomainConsistency

All Superinterfaces:
Element, LogicalConsistency

@UML(identifier="DQ_DomainConsistency", specification=ISO_19157) public interface DomainConsistency extends LogicalConsistency
Adherence of values to the value domains.

Standardized values

In order to achieve well defined and comparable quality information, it is recommended to report data quality using quality measures listed in ISO 19157 annex. The following table provides a summary; see ISO 19157 for more complete descriptions and examples. All identifiers should be in "ISO 19157" namespace.
Standardized values derived from ISO 19157
Identifier Name of measure Basic measure Value type Remarks
14 value domain non-conformance error indicator Boolean true indicates that an item is not in conformance with its value domain
15 value domain conformance correctness indicator Boolean true indicates that an item is in compliance with its value domain
16 number of items not in conformance with their value domain error count Integer
17 value domain conformance rate correct items rate Real
18 value domain non-conformance rate error rate Real

Definitions:

  1. Indication of if an item is not in conformance with its value domain.
  2. Indication that an item is conforming to its value domain.
  3. Count of all items in the data set that are not in conformance with their value domain.
  4. Number of items in the data set that are in conformance with their value domain in relation to the total number of items in the data set.
  5. Number of items in the data set that are not in conformance with their value domain in relation to the total number of items in the data set.
Since:
2.0