<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binpIHXW.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Form' extra:description='Test Form Particle Components Lists - READONLY' extra:type.root='true' extra:form.ccontrol='print'>
<xsd:annotation>
<xsd:documentation>Test Form Particle Components Lists - READONLY</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='Hellos' maxOccurs='unbounded'>
<xsd:annotation>
<xsd:documentation>
Required [element], Multiple Occurrence,  with  Simple Type [inline-Form-Hellos] localName is [Hellos] 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='Addresses' maxOccurs='unbounded' type='Address'>
<xsd:annotation>
<xsd:documentation>
Required [element], Multiple Occurrence,  with  Complex Type [Address] localName is [Addresses] without namespace
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence></xsd:complexType>
<xsd:element name='Form' type='Form'>
<xsd:annotation>
<xsd:documentation>Test Form Particle Components Lists - READONLY</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name='Address'>

<xsd:sequence>
<xsd:element name='Address'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Address-Address] localName is [Address] 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='City'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Address-City] localName is [City] 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='Address' type='Address'/>
</xsd:schema>