Module Values.MetadataFormReferenceSource

The reference of a metadata form.

Sourcetype nonrec t = {
  1. typeIdentifier : FormTypeIdentifier.t;
    (*

    The type ID of the metadata form reference.

    *)
  2. typeRevision : Revision.t;
    (*

    The type revision of the metadata form reference.

    *)
}
Sourceval context_ : string
Sourceval make : typeIdentifier:FormTypeIdentifier.t -> typeRevision:Revision.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FormTypeIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t