<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binza08g.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Book' extra:lct.expression='#if($obj.Title.length()!=0) $obj.Title , BY $obj.Author #else Click to insert #end ' extra:form.editable.expression='#if($obj.data.Title.length()!=0) $obj.data.Title,  by $obj.data.Author    #else Click to insert #end' extra:form.nodefault='true'>

<xsd:sequence>
<xsd:element name='Title'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Book-Title] localName is [Title] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Author'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Book-Author] localName is [Author] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
</xsd:sequence></xsd:complexType>
<xsd:element name='Book' type='Book'/>
<xsd:complexType name='Form' extra:description='Test of focus not editable grid without edit button - focus goes to the TR of the row bin:VthN9' extra:type.root='true' extra:xform.ccontrol='table'>
<xsd:annotation>
<xsd:documentation>Test of focus not editable grid without edit button - focus goes to the TR of the row bin:VthN9</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='Sub' maxOccurs='unbounded' type='Sub'>
<xsd:annotation>
<xsd:documentation>
Required [element], Multiple Occurrence,  with  Complex Type [Sub] localName is [Sub] without namespace
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name='BookAsEditable' type='Book'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Complex Type [Book] localName is [BookAsEditable] without namespace
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence></xsd:complexType>
<xsd:element name='Form' type='Form'>
<xsd:annotation>
<xsd:documentation>Test of focus not editable grid without edit button - focus goes to the TR of the row bin:VthN9</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name='Sub'>

<xsd:sequence>
<xsd:element name='Book' type='Book'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Complex Type [Book] localName is [Book] without namespace
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name='Year'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Sub-Year] localName is [Year] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:int'>
	<xsd:minInclusive value='-2147483648'/>
	<xsd:fractionDigits value='0'/>
	<xsd:maxInclusive value='2147483647'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
</xsd:sequence></xsd:complexType>
<xsd:element name='Sub' type='Sub'/>
</xsd:schema>