Inductive metadataValue : Set := MetadataValue {
  mKey   : string;
  mValue : string
}.
