<!-- 
           Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Thierry MICHEL (tmichel@w3.org)
          Version: Oct 30th, 2000, v1
           Module: SMIL 20 Metainformation Module
          Feature: meta element including name attribute as Publisher, 
                   Date and Rights, content and id attributes.
        File Name: meta-id-name-pics3-content.smil
 Media Components: 1 JPEG
Expected Behavior: Provides metainformation such as Publisher, Date and Rights. 
--> 
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <meta id="meta-smil1.0-a" name="Publisher" content="W3C" />
    <meta id="meta-smil1.0-b" name="Date" content="2000-10-30" />
    <meta id="meta-smil1.0-c" name="Rights" content="Copyright 2000 John Smith" />
  </head>
  <body>
    <seq>
      <img src="../images/smile.jpg" dur ="10s" id="smile" />
    </seq>
  </body>
</smil>