package info.oais.interfaces.infomodel;


/**
 * The information which documents the mechanisms that ensure that the Content
 * Data Object has not been altered in an undocumented manner. [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface FixityInformation extends InformationObject {

}