<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
  	<head>
    	<title>8.1.3.b data binding restrictions for secret element</title>
    	<link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
    	<xforms:model>
       		<xforms:instance xmlns="">
          		<user>
             		<password1 xsi:type="xsd:base64Binary"/>
             		<password2 xsi:type="xsd:hexBinary"/>
          		</user>
       		</xforms:instance>
    	</xforms:model>
  	</head>
  	<body>
  	    <xforms:group>
  		    <xforms:label class="title">8.1.3.b data binding restrictions for secret element</xforms:label>
  		</xforms:group>
		<xforms:group>
			<xforms:label>
				This page has two secret controls. One is bound to the data type 64Binary and the other 
				to the data type hexBinary. Secret controls do not correctly bind to these data types. The secret 
				controls must not work correctly, generate an error, not appear on this 
			    page or otherwise make the problem known. 
			</xforms:label>
		</xforms:group>
			<xforms:secret ref="/user/password1">
 				<xforms:label>Password 1</xforms:label>
 	     	</xforms:secret>
			<xforms:secret ref="/user/password2">
 				<xforms:label>Password 2</xforms:label>
 	     	</xforms:secret>
			
  </body>
</html>
