<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binnWO8U.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Form' extra:description='Form UX - List - Example of simple list with 4 inputs of which the top two must be filled, with index' extra:type.root='true'>
<xsd:annotation>
<xsd:documentation>Form UX - List - Example of simple list with 4 inputs of which the top two must be filled, with index</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='listOfNames' maxOccurs='4'>
<xsd:annotation>
<xsd:documentation>
Required [element], Multiple Occurrence,  with  Simple Type [inline-Form-listOfNames] localName is [listOfNames] 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>Form UX - List - Example of simple list with 4 inputs of which the top two must be filled, with index</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>