/**
 * 
 */
package info.oais.interfaces.infomodel;

/**
 * The elements of a RepInfoOrGroup are alternatives.
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface RepInfoOrGroup extends RepInfoGroup {

}
