<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen (Intel)
           Version: April 24, 2001
            Module: SMIL 2.1 Language Profile
           Feature: attribute value syntax error rule
         File Name: smil21-profile-attribute-syntax-error.smil
  Media Components: 1 image
 Expected Behavior: User agent should issue a syntax error,
                    because the syntax of the attribute value on the
                    image begin is incorrect.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
	<body>
		<img id="smile" begin="3seconds" src="../images/smile.jpg"/>
	</body>
</smil>