sig
  type t = { source : string; target : string; }
  val source : (GdataDocumentsV3Model.DocumentFormat.t, string) GapiLens.t
  val target : (GdataDocumentsV3Model.DocumentFormat.t, string) GapiLens.t
  val empty : t
  val to_xml_data_model : t -> GdataCore.xml_data_model list
  val of_xml_data_model : t -> GdataCore.xml_data_model -> t
end