<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binjcxgi.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Form' extra:description='Test for the html5.spellcheck extra attribute mapped to the HTML5 spellcheck attribute. Note that at the moment a missing [html5.spellcheck] is mapped to spellcheck=false also for textarea' extra:type.root='true'>
<xsd:annotation>
<xsd:documentation>Test for the html5.spellcheck extra attribute mapped to the HTML5 spellcheck attribute. Note that at the moment a missing [html5.spellcheck] is mapped to spellcheck=false also for textarea</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='Text'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Text] localName is [Text] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='TextSpellcheckFalse'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TextSpellcheckFalse] localName is [TextSpellcheckFalse] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='TextSpellcheckTrue'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TextSpellcheckTrue] localName is [TextSpellcheckTrue] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Textarea'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Textarea] localName is [Textarea] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='TextareaSpellcheckFalse'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TextareaSpellcheckFalse] localName is [TextareaSpellcheckFalse] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='TextareaSpellcheckTrue'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TextareaSpellcheckTrue] localName is [TextareaSpellcheckTrue] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
</xsd:sequence></xsd:complexType>
<xsd:element name='Form' type='Form'>
<xsd:annotation>
<xsd:documentation>Test for the html5.spellcheck extra attribute mapped to the HTML5 spellcheck attribute. Note that at the moment a missing [html5.spellcheck] is mapped to spellcheck=false also for textarea</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>