<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binklACs.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Form' extra:description='Examples from &#34;Common Particles Configuration&#34; section of the form reference: form.skip valid example, two optional fields are skipped note also how default value is not applied' extra:cc.title='the complex type of this form has three fields but only one is included in form' extra:type.root='true'>
<xsd:annotation>
<xsd:documentation>Examples from &#34;Common Particles Configuration&#34; section of the form reference: form.skip valid example, two optional fields are skipped note also how default value is not applied</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='StandardField'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-StandardField] localName is [StandardField] 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='FieldOptionalToBeSkipped' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-FieldOptionalToBeSkipped] localName is [FieldOptionalToBeSkipped] 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:attribute use='optional' default='mydefault' name='FieldOptionalToBeSkippedDefaultIgnored'>
<xsd:annotation>
<xsd:documentation>
Optional [attribute], Single Occurrence,  with  Simple Type [inline-Form-FieldOptionalToBeSkippedDefaultIgnored] localName is [FieldOptionalToBeSkippedDefaultIgnored] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:attribute></xsd:complexType>
<xsd:element name='Form' type='Form'>
<xsd:annotation>
<xsd:documentation>Examples from &#34;Common Particles Configuration&#34; section of the form reference: form.skip valid example, two optional fields are skipped note also how default value is not applied</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>