Schemaparser.schema ->
object
  method add : op_lst -> unit
  method attributes : string list
  method changes : (Ocamldap.mod_op * string * string list) list
  method changetype : changetype
  method delete : op_lst -> unit
  method dn : string
  method exists : string -> bool
  method flush_changes : unit
  method get_value : string -> string list
  method is_allowed : string -> bool
  method is_missing : string -> bool
  method list_allowed : Schemaparser.Oid.t list
  method list_missing : Schemaparser.Oid.t list
  method list_present : Schemaparser.Oid.t list
  method of_entry : Ooldap.ldapentry -> unit
  method print : unit
  method replace : op_lst -> unit
  method set_changetype : changetype -> unit
  method set_dn : string -> unit
end