package info.oais.interfaces.infomodel;


/**
 * The information that describes how the components of an Information Package are
 * logically or physically bound together and how to identify and extract the
 * components. It is a type of Information Object.  [OAIS]
 * 
 * <p><b>NOTE: </b> Added "extends RepInfo" so we can use RepInfo APIs.</p>
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:46
 */
public interface PackagingInformation extends InformationObject, RepresentationInformation  {


}