Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Namespaced tags are not allowed

  • Tags must not case insensitively match a key from the MediaHaven Metadata Fields.

Changelog

The sidecar format itself has not changed apart from the addition of new MediaHaven fields as described in Metadata 20.3.

Examples

Input XML
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<mhs:Sidecar xmlns:mhs="https://zeticon.mediahaven.com/metadata/19.4/mhs/" version="19.4" xmlns:mh="https://zeticon.mediahaven.com/metadata/19.4/mh/">
   <mhs:Descriptive>
      <mh:Description strategy="KEEP">Un nouveau dinosaure a été découvert en Argentine ! ...</mh:Description>
      <mh:Keywords strategy="MERGE">
         <mh:Keyword>Argentine</mh:Keyword>
         <mh:Keyword>News</mh:Keyword>
         <mh:Keyword>Paléontologie</mh:Keyword>
         <mh:Keyword>RTL</mh:Keyword>
      </mh:Keywords>
   </mhs:Descriptive>
   <mhs:Dynamic>
      <OcariFRCollection>RTL Actu (489965)</OcariFRCollection>
      <VideoLink>http://vod-mp4.rtl.be/XXXXXXX.mp4</VideoLink>
      <OcariFRTopic>belgique</OcariFRTopic>
      <Permalink>XYZ</Permalink>
   </mhs:Dynamic>
   <mhs:Technical>
      <mh:Md5>8bdd0c5dc3ea6640e1553351edb45d87</mh:Md5>
   </mhs:Technical>
</mhs:Sidecar>

...