package info.oais.interfaces.infomodel;


/**
 * An Information Package, derived from one or more AIPs, and sent by Archives to
 * the Consumer in response to a request to the OAIS. [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface DisseminationInformationPackage extends InformationPackage {

}