<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='com.eformbin.binSc1fq.form' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:complexType name='Form' extra:description='Options Control - Simple With Open Answer with Union - In this example the user can type an open answer, the type is an union bin:wyVHz' extra:type.root='true'>
<xsd:annotation>
<xsd:documentation>Options Control - Simple With Open Answer with Union - In this example the user can type an open answer, the type is an union bin:wyVHz</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='ChooseOrTypeOneColor' type='MyUnion'/>
</xsd:sequence></xsd:complexType>
<xsd:element name='Form' type='Form'>
<xsd:annotation>
<xsd:documentation>Options Control - Simple With Open Answer with Union - In this example the user can type an open answer, the type is an union bin:wyVHz</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name='ColorEnum'>
<xsd:restriction base='xsd:string'>
	<xsd:enumeration value='Red'/>
	<xsd:enumeration value='Green'/>
	<xsd:enumeration value='Blue'/>
	<xsd:enumeration value='Yellow'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name='MyUnion'>
<xsd:union memberTypes='xsd:string ColorEnum'/>
</xsd:simpleType>
</xsd:schema>