<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="../xhtml2.css" ?>
<!DOCTYPE html [
	<!ATTLIST section id ID #IMPLIED>
	<!ATTLIST h       id ID #IMPLIED>
	<!ATTLIST div     id ID #IMPLIED>
	<!ATTLIST nl      id ID #IMPLIED>
]>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xforms="http://www.w3.org/2002/xforms"
      xmlns:ev="http://www.w3.org/2001/xml-events"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xml:lang="en">
  <head>
    <title>Test case for assertion 11: no instance specified in the model.</title>
    <xforms:model id="m_001">
        <xforms:submission id="submit01" replace="none" method="put" action="file:TestCase_ch03_011_result.xml" indent="1"/>
    </xforms:model>
  </head>
  <body>
    <xforms:group>
			<xforms:label>Ensure that even if no instance element is supplied the form works.</xforms:label>
	    <xforms:input ref="a" model="m_001">
				<xforms:label>An input bound to a instance data node "a" which was not supplied.</xforms:label>
	    </xforms:input>
    </xforms:group>
      <xforms:submit submission="submit01">
        <xforms:label>Put Data using FILE: protocol</xforms:label>
        <xforms:hint>Click to put data using FILE: protocol</xforms:hint>
      </xforms:submit>
  </body>
</html>
