<?xml version='1.0' encoding='UTF-8'?>
<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' id='test.form.questionario' targetNamespace='http://www.eleusoft.com/test/questionario' xmlns:this='http://www.eleusoft.com/test/questionario' attributeFormDefault ='unqualified' elementFormDefault ='qualified' xmlns:extra='http://eleusoft.org/schema/extra'>
<xsd:simpleType name='CommonInt'>
<xsd:restriction base='xsd:int'>
	<xsd:enumeration value='1'/>
	<xsd:enumeration value='5'/>
	<xsd:enumeration value='10'/>
	<xsd:enumeration value='15'/>
	<xsd:enumeration value='50'/>
	<xsd:fractionDigits value='0'/>
	<xsd:minInclusive value='-2147483648'/>
	<xsd:maxInclusive value='2147483647'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name='IntUnionCommonOpen'>
<xsd:union memberTypes='this:CommonInt this:Int1to100'/>
</xsd:simpleType>
<xsd:simpleType name='Int1to100'>
<xsd:restriction base='xsd:int'>
	<xsd:fractionDigits value='0'/>
	<xsd:minInclusive value='1'/>
	<xsd:maxInclusive value='100'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name='ListOfInt'>
<xsd:list itemType='xsd:int'/>
</xsd:simpleType>
<xsd:simpleType name='ColorHex'>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name='ColorName'>
<xsd:restriction base='xsd:token'>
	<xsd:pattern value='[A-Za-z]*'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name='CropCoordinates'>
<xsd:restriction base='this:ListOfInt'/>
</xsd:simpleType>
<xsd:simpleType name='ColorShortHex'>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9]+'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name='Form' extra:description='Mega Form  Questionary - Test ALL Controls' extra:eformbin.toc='true' extra:type.root='true' extra:form='true'>
<xsd:annotation>
<xsd:documentation>Mega Form  Questionary - Test ALL Controls</xsd:documentation>
</xsd:annotation>

<xsd:sequence>
<xsd:element name='String'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-String:http://www.eleusoft.com/test/questionario] localName is [String] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='StringSmallOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-StringSmallOptional:http://www.eleusoft.com/test/questionario] localName is [StringSmallOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='StringMultiline'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-StringMultiline:http://www.eleusoft.com/test/questionario] localName is [StringMultiline] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='IntegerSmall'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-IntegerSmall:http://www.eleusoft.com/test/questionario] localName is [IntegerSmall] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:integer'>
	<xsd:fractionDigits value='0'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Double'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Double:http://www.eleusoft.com/test/questionario] localName is [Double] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:double'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Float'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Float:http://www.eleusoft.com/test/questionario] localName is [Float] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:float'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='FloatPercent'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-FloatPercent:http://www.eleusoft.com/test/questionario] localName is [FloatPercent] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:float'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CurrencyEuro'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CurrencyEuro:http://www.eleusoft.com/test/questionario] localName is [CurrencyEuro] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:decimal'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CurrencyDollarSmall'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CurrencyDollarSmall:http://www.eleusoft.com/test/questionario] localName is [CurrencyDollarSmall] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:decimal'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanCheckbox'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanCheckbox:http://www.eleusoft.com/test/questionario] localName is [BooleanCheckbox] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanCheckboxTrue'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanCheckboxTrue:http://www.eleusoft.com/test/questionario] localName is [BooleanCheckboxTrue] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanCheckboxTrueAbsentOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanCheckboxTrueAbsentOptional:http://www.eleusoft.com/test/questionario] localName is [BooleanCheckboxTrueAbsentOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanCheckboxTrueAbsentRequired'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanCheckboxTrueAbsentRequired:http://www.eleusoft.com/test/questionario] localName is [BooleanCheckboxTrueAbsentRequired] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanRadioTrue'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanRadioTrue:http://www.eleusoft.com/test/questionario] localName is [BooleanRadioTrue] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanRadioFalse'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanRadioFalse:http://www.eleusoft.com/test/questionario] localName is [BooleanRadioFalse] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanRadioMustSelectCannotUnselect'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanRadioMustSelectCannotUnselect:http://www.eleusoft.com/test/questionario] localName is [BooleanRadioMustSelectCannotUnselect] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanRadioMustSelectCanUnselect'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanRadioMustSelectCanUnselect:http://www.eleusoft.com/test/questionario] localName is [BooleanRadioMustSelectCanUnselect] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanRadioMaySelectCanUnselectOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanRadioMaySelectCanUnselectOptional:http://www.eleusoft.com/test/questionario] localName is [BooleanRadioMaySelectCanUnselectOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanSelectYesNoDeprecated'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanSelectYesNoDeprecated:http://www.eleusoft.com/test/questionario] localName is [BooleanSelectYesNoDeprecated] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanSelectYesNoTrue'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanSelectYesNoTrue:http://www.eleusoft.com/test/questionario] localName is [BooleanSelectYesNoTrue] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanSelectYesNoFalseSmall'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanSelectYesNoFalseSmall:http://www.eleusoft.com/test/questionario] localName is [BooleanSelectYesNoFalseSmall] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanSelectYesNoMustSelect'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanSelectYesNoMustSelect:http://www.eleusoft.com/test/questionario] localName is [BooleanSelectYesNoMustSelect] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='BooleanSelectYesNoOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-BooleanSelectYesNoOptional:http://www.eleusoft.com/test/questionario] localName is [BooleanSelectYesNoOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:boolean'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Date'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Date:http://www.eleusoft.com/test/questionario] localName is [Date] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:date'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Time'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Time:http://www.eleusoft.com/test/questionario] localName is [Time] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:time'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DateTime'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DateTime:http://www.eleusoft.com/test/questionario] localName is [DateTime] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:dateTime'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DateTimeFullNow'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DateTimeFullNow:http://www.eleusoft.com/test/questionario] localName is [DateTimeFullNow] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:dateTime'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='StringEnum'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-StringEnum:http://www.eleusoft.com/test/questionario] localName is [StringEnum] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='IntOpenEnum' type='this:IntUnionCommonOpen'/>
<xsd:element name='IntOpenEnumOptionalVertical' minOccurs='0' type='this:IntUnionCommonOpen'/>
<xsd:element name='EMail'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-EMail:http://www.eleusoft.com/test/questionario] localName is [EMail] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='File' minOccurs='0' type='xsd:base64'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [base64:http://www.w3.org/2001/XMLSchema-datatypes] localName is [File] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name='TelephoneFixedType'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TelephoneFixedType:http://www.eleusoft.com/test/questionario] localName is [TelephoneFixedType] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='TelephoneMobileType'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-TelephoneMobileType:http://www.eleusoft.com/test/questionario] localName is [TelephoneMobileType] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Autocomplete'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Autocomplete:http://www.eleusoft.com/test/questionario] localName is [Autocomplete] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='AutocompleteList' maxOccurs='unbounded'>
<xsd:annotation>
<xsd:documentation>
Required [element], Multiple Occurrence,  with  Simple Type [inline-Form-AutocompleteList:http://www.eleusoft.com/test/questionario] localName is [AutocompleteList] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Year'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Year:http://www.eleusoft.com/test/questionario] localName is [Year] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gYear'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Month'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Month:http://www.eleusoft.com/test/questionario] localName is [Month] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gMonth'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='MonthJa'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-MonthJa:http://www.eleusoft.com/test/questionario] localName is [MonthJa] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gMonth'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Day'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Day:http://www.eleusoft.com/test/questionario] localName is [Day] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gDay'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='MonthAndDay'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-MonthAndDay:http://www.eleusoft.com/test/questionario] localName is [MonthAndDay] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gMonthDay'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='YearAndMonth'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-YearAndMonth:http://www.eleusoft.com/test/questionario] localName is [YearAndMonth] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:gYearMonth'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationYears'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationYears:http://www.eleusoft.com/test/questionario] localName is [DurationYears] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationMonths'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationMonths:http://www.eleusoft.com/test/questionario] localName is [DurationMonths] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationDays'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationDays:http://www.eleusoft.com/test/questionario] localName is [DurationDays] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationHours'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationHours:http://www.eleusoft.com/test/questionario] localName is [DurationHours] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationMinutes'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationMinutes:http://www.eleusoft.com/test/questionario] localName is [DurationMinutes] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationSeconds'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationSeconds:http://www.eleusoft.com/test/questionario] localName is [DurationSeconds] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationYearsAndMonths'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationYearsAndMonths:http://www.eleusoft.com/test/questionario] localName is [DurationYearsAndMonths] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationHoursMinutes'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationHoursMinutes:http://www.eleusoft.com/test/questionario] localName is [DurationHoursMinutes] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationHoursMinutesSeconds'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationHoursMinutesSeconds:http://www.eleusoft.com/test/questionario] localName is [DurationHoursMinutesSeconds] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationFull'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationFull:http://www.eleusoft.com/test/questionario] localName is [DurationFull] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:duration'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='DurationMsecs'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-DurationMsecs:http://www.eleusoft.com/test/questionario] localName is [DurationMsecs] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:long'>
	<xsd:minInclusive value='-9223372036854775808'/>
	<xsd:fractionDigits value='0'/>
	<xsd:maxInclusive value='9223372036854775807'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreditCardNumber'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreditCardNumber:http://www.eleusoft.com/test/questionario] localName is [CreditCardNumber] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreditCardCvv'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreditCardCvv:http://www.eleusoft.com/test/questionario] localName is [CreditCardCvv] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:maxLength value='4'/>
	<xsd:pattern value='[0-9][0-9][0-9][0-9]?'/>
	<xsd:minLength value='3'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreditCardExpirationDateMY'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreditCardExpirationDateMY:http://www.eleusoft.com/test/questionario] localName is [CreditCardExpirationDateMY] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:date'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreditCardExpirationDate'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreditCardExpirationDate:http://www.eleusoft.com/test/questionario] localName is [CreditCardExpirationDate] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:date'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreditCardExpirationDateCompact'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreditCardExpirationDateCompact:http://www.eleusoft.com/test/questionario] localName is [CreditCardExpirationDateCompact] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:date'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Language'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Language:http://www.eleusoft.com/test/questionario] localName is [Language] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CountryCode'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CountryCode:http://www.eleusoft.com/test/questionario] localName is [CountryCode] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CountryName'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CountryName:http://www.eleusoft.com/test/questionario] localName is [CountryName] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Locale'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Locale:http://www.eleusoft.com/test/questionario] localName is [Locale] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Timezone'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Timezone:http://www.eleusoft.com/test/questionario] localName is [Timezone] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Encoding'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Encoding:http://www.eleusoft.com/test/questionario] localName is [Encoding] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='XMLName'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-XMLName:http://www.eleusoft.com/test/questionario] localName is [XMLName] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:NCName'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='XMLDocument'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-XMLDocument:http://www.eleusoft.com/test/questionario] localName is [XMLDocument] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianRegion'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianRegion:http://www.eleusoft.com/test/questionario] localName is [ItalianRegion] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianProvincia'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianProvincia:http://www.eleusoft.com/test/questionario] localName is [ItalianProvincia] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianComune'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianComune:http://www.eleusoft.com/test/questionario] localName is [ItalianComune] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianRegion2'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianRegion2:http://www.eleusoft.com/test/questionario] localName is [ItalianRegion2] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianProvincia2'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianProvincia2:http://www.eleusoft.com/test/questionario] localName is [ItalianProvincia2] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianComune2'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianComune2:http://www.eleusoft.com/test/questionario] localName is [ItalianComune2] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianRegion3' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianRegion3:http://www.eleusoft.com/test/questionario] localName is [ItalianRegion3] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianProvincia3' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianProvincia3:http://www.eleusoft.com/test/questionario] localName is [ItalianProvincia3] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ItalianComune3' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-ItalianComune3:http://www.eleusoft.com/test/questionario] localName is [ItalianComune3] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:token'>
	<xsd:minLength value='1'/>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='LastUpdateTimestamp'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-LastUpdateTimestamp:http://www.eleusoft.com/test/questionario] localName is [LastUpdateTimestamp] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:dateTime'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='CreationTimestamp'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-CreationTimestamp:http://www.eleusoft.com/test/questionario] localName is [CreationTimestamp] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:dateTime'>
	<xsd:whiteSpace value='collapse'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Password'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Password:http://www.eleusoft.com/test/questionario] localName is [Password] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:maxLength value='64'/>
	<xsd:minLength value='6'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='PasswordDoubleCheck'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-PasswordDoubleCheck:http://www.eleusoft.com/test/questionario] localName is [PasswordDoubleCheck] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:maxLength value='64'/>
	<xsd:minLength value='6'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Color' type='this:ColorCss'/>
<xsd:element name='ColorDefaultRed' type='this:ColorCss'/>
<xsd:element name='ColorHtml5'>
<xsd:annotation>
<xsd:documentation>If HTML5 available use HTML5, otherwise use Script
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ColorHtml5DefaultGreenHex'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ColorHtml5DefaultGreenHex:http://www.eleusoft.com/test/questionario] localName is [ColorHtml5DefaultGreenHex] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ColorHtml5Optional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>HTML5 color cannot send an empty value, here use standard optional with create button
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ColorHtml5OptionalButVisible' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>Since optional but visible (form.maybenull=true) the HTML5 input is replaced by a JQuery color input is used
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:pattern value='\#[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='Font'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-Font:http://www.eleusoft.com/test/questionario] localName is [Font] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='FontOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-FontOptional:http://www.eleusoft.com/test/questionario] localName is [FontOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='FontDefault'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-FontDefault:http://www.eleusoft.com/test/questionario] localName is [FontDefault] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='GoogleFont'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-GoogleFont:http://www.eleusoft.com/test/questionario] localName is [GoogleFont] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='GoogleFontOptional' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-GoogleFontOptional:http://www.eleusoft.com/test/questionario] localName is [GoogleFontOptional] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='GoogleFontDefault'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-GoogleFontDefault:http://www.eleusoft.com/test/questionario] localName is [GoogleFontDefault] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ImageUrl'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-ImageUrl:http://www.eleusoft.com/test/questionario] localName is [ImageUrl] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='ImageCrop' type='this:CropCoordinates'/>
<xsd:element name='HtmlSafe' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-HtmlSafe:http://www.eleusoft.com/test/questionario] localName is [HtmlSafe] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='LocationGpx' minOccurs='0'>
<xsd:annotation>
<xsd:documentation>
Optional [element], Single Occurrence,  with  Simple Type [inline-Form-LocationGpx:http://www.eleusoft.com/test/questionario] localName is [LocationGpx] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
<xsd:element name='VideoId'>
<xsd:annotation>
<xsd:documentation>
Required [element], Single Occurrence,  with  Simple Type [inline-Form-VideoId:http://www.eleusoft.com/test/questionario] localName is [VideoId] namespace is [http://www.eleusoft.com/test/questionario]
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:minLength value='10'/>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
</xsd:sequence>
<xsd:attribute use='optional' name='LocationLink'>
<xsd:annotation>
<xsd:documentation>
Optional [attribute], Single Occurrence,  with  Simple Type [inline-Form-LocationLink:http://www.eleusoft.com/test/questionario] localName is [LocationLink] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:attribute>
<xsd:attribute use='optional' name='Latitude'>
<xsd:annotation>
<xsd:documentation>
Optional [attribute], Single Occurrence,  with  Simple Type [inline-Form-Latitude:http://www.eleusoft.com/test/questionario] localName is [Latitude] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:attribute>
<xsd:attribute use='optional' name='Longitude'>
<xsd:annotation>
<xsd:documentation>
Optional [attribute], Single Occurrence,  with  Simple Type [inline-Form-Longitude:http://www.eleusoft.com/test/questionario] localName is [Longitude] without namespace
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base='xsd:string'>
	<xsd:whiteSpace value='preserve'/>
</xsd:restriction></xsd:simpleType>
</xsd:attribute>
<xsd:attribute use='optional' name='Elevation'>
<xsd:annotation>
<xsd:documentation>
Optional [attribute], Single Occurrence,  with  Simple Type [inline-Form-Elevation:http://www.eleusoft.com/test/questionario] localName is [Elevation] 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='this:Form'>
<xsd:annotation>
<xsd:documentation>Mega Form  Questionary - Test ALL Controls</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name='ColorCss'>
<xsd:union memberTypes='this:ColorName this:ColorHex this:ColorShortHex'/>
</xsd:simpleType>
</xsd:schema>