package info.oais.interfaces.infomodel;


/**
 * An Information Package that is delivered by the Producer to the OAIS for use in
 * the construction or update of one or more AIPs and/or the associated
 * Descriptive Information. [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:47
 */
public interface SubmissionInformationPackage extends InformationPackage  {

}