<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://commerce.example.com/payment" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ons="http://example.com/ons">
	<head>
		<title>3.4.1.a extension element (non-normative)</title>
		<link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
		<xforms:model id="m_001">
			<xforms:instance xmlns="" id="i_001">
				<r>
					<color>blue</color>
				</r>
			</xforms:instance>
		</xforms:model>
	</head>
	<body>
		<xforms:group>
			<xforms:label class="title">3.4.1.a extension element (non-normative)</xforms:label>
		</xforms:group>
		<xforms:group>
			<xforms:label>
			  The output element below has a label with the value "color" and should display the value 
			  "blue". It also has an extension element. How it is handled is determined by your renderer. 
			</xforms:label>
		</xforms:group>
		<xforms:output ref="color">
			<xforms:label>Color : </xforms:label>
			<xforms:extension>
				<ons:stuff/>
			</xforms:extension>
		</xforms:output>
	</body>
</html>