<!-- 
           Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Thierry MICHEL (tmichel@w3.org)
          Version: Oct 30th, 2000, v1
           Module: SMIL 21 Metainformation Module
          Feature: meta element including name attribute with 
                   pics-label property  and content and id attributes.
        File Name: meta-id-name-pics2-content.smil
 Media Components: 1 JPEG
Expected Behavior: Provides metainformation such as pics-label. 
--> 
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <meta id="meta-SMIL2.1-a" name="pics-label" 
        content='(PICS-1.1 "http://www.classify.org/safesurf/" l gen true for 
                "http://www.example.org/meta-id-name-pics2-content.smil" 
                by "tmichel@w3.org" r (SS~~000 1 SS~~100 1))' />
  </head>
  <body>
    <seq>
      <img src="../images/smile.jpg" dur ="10s" id="smile" />
    </seq>
  </body>
</smil>