<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.w3.org/2002/xforms xforms.xsd    http://www.w3.org/2001/xml-events xml-events-attribs-1.xsd">
	<head>
		<title>Test case for p3ptype property</title>
		<link rel="stylesheet" href="../../../TestSuite10.css" type="text/css"/>
		<xforms:model>
			<xforms:instance xmlns="">
				<person-name>
					<first-name/>
					<last-name/>
				</person-name>
			</xforms:instance>
			<xforms:bind nodeset="/person-name/first-name" p3ptype="user.name.given"/>
			<xforms:bind nodeset="/person-name/last-name" p3ptype="user.name.family"/>
			<xforms:submission id="submit_names" ref="/person-name" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" method="post"/>
		</xforms:model>
	</head>
	<body>
		<xforms:group>
			<xforms:label class="title">6.1.7.a p3ptype property</xforms:label>
		</xforms:group>
		<xforms:group>
			<xforms:label>
				Test case for the p3ptype property.  After submitting data into the fields
				the fields may be auto filled the second time you try to input the same 
				data.
			</xforms:label>
		</xforms:group>
		<xforms:input ref="/person-name/first-name">
			<xforms:label>First-Name</xforms:label>
		</xforms:input>
		<xforms:input ref="/person-name/last-name">
			<xforms:label>Last-Name</xforms:label>
		</xforms:input>
		<xforms:submit submission="submit_names">
			<xforms:label>Submit Names</xforms:label>
		</xforms:submit>
		
	</body>
</html>
