<?xml version="1.0" encoding="utf-8"?>

<!--
  Description: Only one occurrence allowed
  Expect:      DuplicateElement{element:image,parent:playlist}
-->

<playlist version="1" xmlns="http://xspf.org/ns/0/">

  <image>http://example.com</image>
  <image>http://example.com</image>

  <trackList/>

</playlist>