Module Biocaml_entrez.Make.Dbtag (.ml)

module Dbtag: 
sig
type t = {
   db : string;
   tag : Biocaml_entrez.Make.Object_id.t;
}
end