<?xml version="1.0" encoding="UTF-8"?>

<!-- edited with XML Spy v4.1 U (http://www.xmlspy.com)-->

<!--W3C Schema generated by XML Spy v4.1 U (http://www.xmlspy.com)-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

       <xs:element name="application">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="presentation"/>

                    </xs:sequence>

                    <xs:attribute name="start" type="xs:string" use="required"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="button">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="text" type="xs:string"/>

                    <xs:attribute name="fontSize" type="xs:string"/>

                    <xs:attribute name="fontType" type="xs:string"/>

                    <xs:attribute name="fontStyle" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="labelColor" type="xs:string"/>

                    <xs:attribute name="labelFocus" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

                    <xs:attribute name="link" type="xs:string"/>

                    <xs:attribute name="type" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="checkbox">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="option" minOccurs="0"/>

                    </xs:sequence>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="relative" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="frame">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="frame" minOccurs="0"/>

                           <xs:element ref="label" minOccurs="0"/>

                           <xs:element ref="button" minOccurs="0"/>

                           <xs:element ref="input" minOccurs="0"/>

                           <xs:element ref="select" minOccurs="0"/>

                           <xs:element ref="radio" minOccurs="0"/>

                           <xs:element ref="checkbox" minOccurs="0"/>

                           <xs:element ref="text" minOccurs="0"/>

                           <xs:element ref="picture" minOccurs="0"/>

                    </xs:sequence>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="borderSize" type="xs:int"/>

                    <xs:attribute name="borderColor" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

                    <xs:attribute name="scroller" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="id">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="id" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="input">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="value" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="label" type="xs:string"/>

                    <xs:attribute name="labelWidth" type="xs:int"/>

                    <xs:attribute name="fontSize" type="xs:string"/>

                    <xs:attribute name="fontType" type="xs:string"/>

                    <xs:attribute name="fontStyle" type="xs:string"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="labelColor" type="xs:string"/>

                    <xs:attribute name="labelFocus" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

                    <xs:attribute name="type" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="label">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="text" type="xs:string"/>

                    <xs:attribute name="fontSize" type="xs:string"/>

                    <xs:attribute name="fontType" type="xs:string"/>

                    <xs:attribute name="fontStyle" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

                    <xs:attribute name="link" type="xs:string"/>

                    <xs:attribute name="type" type="xs:string"/>

                    <xs:attribute name="key" type="xs:int"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="option">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="label" type="xs:string"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="fontSize" type="xs:string"/>

                    <xs:attribute name="fontType" type="xs:string"/>

                    <xs:attribute name="fontStyle" type="xs:string"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="value" type="xs:int"/>

                    <xs:attribute name="markSize" type="xs:int"/>

                    <xs:attribute name="CHECKED" type="xs:boolean"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="picture">

             <xs:complexType>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="imageName" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="presentation">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="label"/>

                           <xs:element ref="button"/>

                           <xs:element ref="input"/>

                           <xs:element ref="select"/>

                           <xs:element ref="radio"/>

                           <xs:element ref="checkbox"/>

                           <xs:element ref="text"/>

                           <xs:element ref="picture"/>

                           <xs:element ref="id"/>

                           <xs:element ref="frame"/>

                    </xs:sequence>

                    <xs:attribute name="name" type="xs:string" use="required"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="radio">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="option" minOccurs="0"/>

                    </xs:sequence>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="relative" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="select">

             <xs:complexType>

                    <xs:sequence>

                           <xs:element ref="option" minOccurs="0"/>

                    </xs:sequence>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="focusColor" type="xs:string"/>

                    <xs:attribute name="borderColor" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

             </xs:complexType>

       </xs:element>

       <xs:element name="text">

             <xs:complexType>

                    <xs:attribute name="name" type="xs:string"/>

                    <xs:attribute name="top" type="xs:int"/>

                    <xs:attribute name="left" type="xs:int"/>

                    <xs:attribute name="width" type="xs:int"/>

                    <xs:attribute name="height" type="xs:int"/>

                    <xs:attribute name="color" type="xs:string"/>

                    <xs:attribute name="relative" type="xs:string"/>

                    <xs:attribute name="text" type="xs:string"/>

             </xs:complexType>

       </xs:element>

</xs:schema>