<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen (Intel)
           Version: April 24, 2001
            Module: SMIL 2.0 Language Profile
           Feature: double attribute declaration syntax error rule
         File Name: smil20-profile-double-attributes.smil
  Media Components: 1 image
 Expected Behavior: User agent should issue a syntax error,
                    because the begin attribute appears twice on the image.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language"
      xmlns:bit="http://www.w3.org/2001/SMIL20/BasicInlineTiming">
	<body>
		<img id="smile" begin="2s" bit:begin="3s"
src="../images/smile.jpg"/>
	</body>
</smil>