20#ifndef ORES_DQ_GENERATORS_CODING_SCHEME_AUTHORITY_TYPE_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_CODING_SCHEME_AUTHORITY_TYPE_GENERATOR_HPP
24#include "ores.dq/domain/coding_scheme_authority_type.hpp"
26namespace ores::dq::generators {
31domain::coding_scheme_authority_type generate_synthetic_coding_scheme_authority_type();
36std::vector<domain::coding_scheme_authority_type>
37generate_synthetic_coding_scheme_authority_types(std::size_t n);