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

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

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

  <location>http://example.com/myplaylists</location>
  <location>http://example.com/myplaylists</location>

  <trackList/>

</playlist>