openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

template.xsd (111088B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <xsd:schema xmlns="http://www.openrat.de/template"
      3             targetNamespace="http://www.openrat.de/template" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      4             elementFormDefault="qualified" attributeFormDefault="unqualified">
      5     <!-- generated by XSDGenerator. do not change manually -->
      6     <xsd:element name="button" type="buttonType"/>
      7     <xsd:complexType name="buttonType">
      8         <xsd:choice maxOccurs="unbounded" minOccurs="0">
      9             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
     10             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
     11             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
     12             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
     13             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
     14             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
     15             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
     16             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
     17             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
     18             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
     19             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
     20             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
     21             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
     22             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
     23             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
     24             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
     25             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
     26             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
     27             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
     28             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
     29             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
     30             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
     31             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
     32             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
     33             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
     34             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
     35             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
     36             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
     37             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
     38             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
     39             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
     40             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
     41             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
     42             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
     43             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
     44         </xsd:choice>
     45         <xsd:attribute name="type" type="xsd:string"/>
     46         <xsd:attribute name="class" type="xsd:string"/>
     47         <xsd:attribute name="src" type="xsd:string"/>
     48         <xsd:attribute name="text" type="xsd:string"/>
     49         <xsd:attribute name="value" type="xsd:string"/>
     50         <xsd:attribute name="context" type="xsd:string"/>
     51     </xsd:complexType>
     52     <xsd:element name="checkbox" type="checkboxType"/>
     53     <xsd:complexType name="checkboxType">
     54         <xsd:choice maxOccurs="unbounded" minOccurs="0">
     55             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
     56             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
     57             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
     58             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
     59             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
     60             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
     61             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
     62             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
     63             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
     64             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
     65             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
     66             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
     67             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
     68             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
     69             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
     70             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
     71             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
     72             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
     73             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
     74             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
     75             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
     76             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
     77             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
     78             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
     79             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
     80             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
     81             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
     82             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
     83             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
     84             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
     85             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
     86             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
     87             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
     88             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
     89             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
     90         </xsd:choice>
     91         <xsd:attribute name="default" type="xsd:boolean"/>
     92         <xsd:attribute name="name" type="xsd:string"/>
     93         <xsd:attribute name="readonly" type="xsd:boolean"/>
     94         <xsd:attribute name="required" type="xsd:boolean"/>
     95         <xsd:attribute name="remember" type="xsd:boolean"/>
     96         <xsd:attribute name="label" type="xsd:string"/>
     97         <xsd:attribute name="context" type="xsd:string"/>
     98     </xsd:complexType>
     99     <xsd:element name="column" type="columnType"/>
    100     <xsd:complexType name="columnType">
    101         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    102             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    103             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    104             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    105             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    106             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    107             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    108             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    109             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    110             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    111             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    112             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    113             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    114             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    115             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    116             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    117             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    118             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    119             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    120             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    121             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    122             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    123             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    124             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    125             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    126             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    127             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    128             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    129             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    130             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    131             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    132             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    133             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    134             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    135             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    136             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    137         </xsd:choice>
    138         <xsd:attribute name="style" type="xsd:string"/>
    139         <xsd:attribute name="class" type="xsd:string"/>
    140         <xsd:attribute name="colspan" type="xsd:string"/>
    141         <xsd:attribute name="rowspan" type="xsd:string"/>
    142         <xsd:attribute name="header" type="xsd:boolean"/>
    143         <xsd:attribute name="title" type="xsd:string"/>
    144         <xsd:attribute name="url" type="xsd:string"/>
    145         <xsd:attribute name="action" type="xsd:string"/>
    146         <xsd:attribute name="id" type="xsd:string"/>
    147         <xsd:attribute name="name" type="xsd:string"/>
    148         <xsd:attribute name="context" type="xsd:string"/>
    149     </xsd:complexType>
    150     <xsd:element name="date" type="dateType"/>
    151     <xsd:complexType name="dateType">
    152         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    153             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    154             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    155             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    156             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    157             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    158             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    159             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    160             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    161             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    162             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    163             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    164             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    165             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    166             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    167             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    168             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    169             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    170             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    171             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    172             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    173             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    174             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    175             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    176             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    177             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    178             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    179             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    180             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    181             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    182             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    183             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    184             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    185             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    186             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    187             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    188         </xsd:choice>
    189         <xsd:attribute name="date" type="xsd:string"/>
    190         <xsd:attribute name="context" type="xsd:string"/>
    191     </xsd:complexType>
    192     <xsd:element name="editor" type="editorType"/>
    193     <xsd:complexType name="editorType">
    194         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    195             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    196             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    197             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    198             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    199             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    200             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    201             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    202             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    203             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    204             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    205             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    206             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    207             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    208             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    209             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    210             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    211             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    212             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    213             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    214             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    215             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    216             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    217             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    218             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    219             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    220             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    221             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    222             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    223             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    224             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    225             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    226             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    227             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    228             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    229             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    230         </xsd:choice>
    231         <xsd:attribute name="type" type="xsd:string"/>
    232         <xsd:attribute name="name" type="xsd:string"/>
    233         <xsd:attribute name="default" type="xsd:string"/>
    234         <xsd:attribute name="mode" type="xsd:string"/>
    235         <xsd:attribute name="extension" type="xsd:string"/>
    236         <xsd:attribute name="mimetype" type="xsd:string"/>
    237         <xsd:attribute name="prefix" type="xsd:string"/>
    238         <xsd:attribute name="readonly" type="xsd:boolean"/>
    239         <xsd:attribute name="class" type="xsd:string"/>
    240         <xsd:attribute name="context" type="xsd:string"/>
    241     </xsd:complexType>
    242     <xsd:element name="else" type="elseType"/>
    243     <xsd:complexType name="elseType">
    244         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    245             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    246             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    247             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    248             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    249             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    250             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    251             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    252             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    253             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    254             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    255             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    256             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    257             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    258             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    259             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    260             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    261             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    262             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    263             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    264             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    265             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    266             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    267             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    268             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    269             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    270             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    271             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    272             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    273             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    274             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    275             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    276             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    277             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    278             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    279             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    280         </xsd:choice>
    281         <xsd:attribute name="context" type="xsd:string"/>
    282     </xsd:complexType>
    283     <xsd:element name="fieldset" type="fieldsetType"/>
    284     <xsd:complexType name="fieldsetType">
    285         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    286             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    287             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    288             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    289             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    290             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    291             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    292             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    293             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    294             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    295             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    296             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    297             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    298             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    299             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    300             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    301             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    302             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    303             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    304             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    305             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    306             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    307             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    308             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    309             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    310             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    311             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    312             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    313             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    314             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    315             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    316             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    317             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    318             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    319             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    320             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    321         </xsd:choice>
    322         <xsd:attribute name="label" type="xsd:string"/>
    323         <xsd:attribute name="qrcode" type="xsd:string"/>
    324         <xsd:attribute name="context" type="xsd:string"/>
    325     </xsd:complexType>
    326     <xsd:element name="form" type="formType"/>
    327     <xsd:complexType name="formType">
    328         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    329             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    330             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    331             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    332             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    333             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    334             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    335             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    336             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    337             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    338             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    339             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    340             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    341             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    342             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    343             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    344             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    345             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    346             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    347             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    348             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    349             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    350             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    351             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    352             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    353             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    354             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    355             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    356             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    357             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    358             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    359             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    360             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    361             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    362             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    363             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    364         </xsd:choice>
    365         <xsd:attribute name="method" type="xsd:string"/>
    366         <xsd:attribute name="name" type="xsd:string"/>
    367         <xsd:attribute name="action" type="xsd:string"/>
    368         <xsd:attribute name="subaction" type="xsd:string"/>
    369         <xsd:attribute name="forwardTo" type="xsd:string"/>
    370         <xsd:attribute name="id" type="xsd:string"/>
    371         <xsd:attribute name="languageid" type="xsd:string"/>
    372         <xsd:attribute name="modelid" type="xsd:string"/>
    373         <xsd:attribute name="label" type="xsd:string"/>
    374         <xsd:attribute name="apply" type="xsd:boolean"/>
    375         <xsd:attribute name="cancel" type="xsd:boolean"/>
    376         <xsd:attribute name="readonly" type="xsd:boolean"/>
    377         <xsd:attribute name="target" type="xsd:string"/>
    378         <xsd:attribute name="enctype" type="xsd:string"/>
    379         <xsd:attribute name="async" type="xsd:boolean"/>
    380         <xsd:attribute name="autosave" type="xsd:boolean"/>
    381         <xsd:attribute name="type" type="xsd:string"/>
    382         <xsd:attribute name="afterSuccess" type="xsd:string"/>
    383         <xsd:attribute name="context" type="xsd:string"/>
    384     </xsd:complexType>
    385     <xsd:element name="group" type="groupType"/>
    386     <xsd:complexType name="groupType">
    387         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    388             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    389             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    390             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    391             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    392             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    393             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    394             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    395             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    396             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    397             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    398             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    399             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    400             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    401             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    402             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    403             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    404             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    405             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    406             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    407             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    408             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    409             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    410             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    411             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    412             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    413             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    414             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    415             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    416             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    417             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    418             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    419             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    420             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    421             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    422             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    423         </xsd:choice>
    424         <xsd:attribute name="open" type="xsd:boolean"/>
    425         <xsd:attribute name="show" type="xsd:boolean"/>
    426         <xsd:attribute name="collapsible" type="xsd:boolean"/>
    427         <xsd:attribute name="title" type="xsd:string"/>
    428         <xsd:attribute name="description" type="xsd:string"/>
    429         <xsd:attribute name="icon" type="xsd:string"/>
    430         <xsd:attribute name="context" type="xsd:string"/>
    431     </xsd:complexType>
    432     <xsd:element name="hidden" type="hiddenType"/>
    433     <xsd:complexType name="hiddenType">
    434         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    435             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    436             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    437             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    438             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    439             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    440             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    441             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    442             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    443             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    444             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    445             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    446             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    447             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    448             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    449             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    450             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    451             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    452             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    453             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    454             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    455             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    456             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    457             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    458             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    459             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    460             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    461             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    462             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    463             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    464             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    465             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    466             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    467             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    468             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    469             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    470         </xsd:choice>
    471         <xsd:attribute name="default" type="xsd:string"/>
    472         <xsd:attribute name="prefix" type="xsd:string"/>
    473         <xsd:attribute name="name" type="xsd:string"/>
    474         <xsd:attribute name="readonly" type="xsd:boolean"/>
    475         <xsd:attribute name="class" type="xsd:string"/>
    476         <xsd:attribute name="context" type="xsd:string"/>
    477     </xsd:complexType>
    478     <xsd:element name="if" type="ifType"/>
    479     <xsd:complexType name="ifType">
    480         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    481             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    482             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    483             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    484             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    485             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    486             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    487             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    488             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    489             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    490             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    491             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    492             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    493             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    494             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    495             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    496             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    497             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    498             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    499             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    500             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    501             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    502             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    503             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    504             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    505             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    506             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    507             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    508             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    509             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    510             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    511             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    512             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    513             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    514             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    515             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    516         </xsd:choice>
    517         <xsd:attribute name="true" type="xsd:string"/>
    518         <xsd:attribute name="false" type="xsd:string"/>
    519         <xsd:attribute name="contains" type="xsd:string"/>
    520         <xsd:attribute name="value" type="xsd:string"/>
    521         <xsd:attribute name="empty" type="xsd:string"/>
    522         <xsd:attribute name="equals" type="xsd:string"/>
    523         <xsd:attribute name="lessthan" type="xsd:string"/>
    524         <xsd:attribute name="greaterthan" type="xsd:string"/>
    525         <xsd:attribute name="present" type="xsd:string"/>
    526         <xsd:attribute name="not" type="xsd:string"/>
    527         <xsd:attribute name="context" type="xsd:string"/>
    528     </xsd:complexType>
    529     <xsd:element name="image" type="imageType"/>
    530     <xsd:complexType name="imageType">
    531         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    532             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    533             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    534             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    535             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    536             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    537             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    538             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    539             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    540             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    541             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    542             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    543             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    544             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    545             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    546             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    547             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    548             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    549             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    550             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    551             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    552             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    553             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    554             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    555             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    556             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    557             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    558             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    559             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    560             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    561             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    562             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    563             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    564             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    565             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    566             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    567         </xsd:choice>
    568         <xsd:attribute name="class" type="xsd:string"/>
    569         <xsd:attribute name="menu" type="xsd:string"/>
    570         <xsd:attribute name="action" type="xsd:string"/>
    571         <xsd:attribute name="method" type="xsd:string"/>
    572         <xsd:attribute name="config" type="xsd:string"/>
    573         <xsd:attribute name="file" type="xsd:string"/>
    574         <xsd:attribute name="url" type="xsd:string"/>
    575         <xsd:attribute name="icon" type="xsd:string"/>
    576         <xsd:attribute name="type" type="xsd:string"/>
    577         <xsd:attribute name="elementtype" type="xsd:string"/>
    578         <xsd:attribute name="fileext" type="xsd:string"/>
    579         <xsd:attribute name="tree" type="xsd:string"/>
    580         <xsd:attribute name="notice" type="xsd:string"/>
    581         <xsd:attribute name="size" type="xsd:string"/>
    582         <xsd:attribute name="title" type="xsd:string"/>
    583         <xsd:attribute name="symbol" type="xsd:string"/>
    584         <xsd:attribute name="permission" type="xsd:string"/>
    585         <xsd:attribute name="context" type="xsd:string"/>
    586     </xsd:complexType>
    587     <xsd:element name="include" type="includeType"/>
    588     <xsd:complexType name="includeType">
    589         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    590             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    591             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    592             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    593             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    594             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    595             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    596             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    597             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    598             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    599             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    600             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    601             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    602             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    603             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    604             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    605             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    606             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    607             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    608             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    609             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    610             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    611             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    612             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    613             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    614             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    615             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    616             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    617             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    618             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    619             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    620             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    621             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    622             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    623             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    624             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    625         </xsd:choice>
    626         <xsd:attribute name="file" type="xsd:string"/>
    627         <xsd:attribute name="context" type="xsd:string"/>
    628     </xsd:complexType>
    629     <xsd:element name="input" type="inputType"/>
    630     <xsd:complexType name="inputType">
    631         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    632             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    633             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    634             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    635             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    636             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    637             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    638             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    639             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    640             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    641             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    642             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    643             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    644             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    645             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    646             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    647             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    648             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    649             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    650             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    651             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    652             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    653             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    654             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    655             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    656             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    657             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    658             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    659             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    660             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    661             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    662             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    663             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    664             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    665             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    666             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    667         </xsd:choice>
    668         <xsd:attribute name="default" type="xsd:string"/>
    669         <xsd:attribute name="type" type="xsd:string"/>
    670         <xsd:attribute name="index" type="xsd:string"/>
    671         <xsd:attribute name="name" type="xsd:string"/>
    672         <xsd:attribute name="prefix" type="xsd:string"/>
    673         <xsd:attribute name="value" type="xsd:string"/>
    674         <xsd:attribute name="size" type="xsd:string"/>
    675         <xsd:attribute name="minlength" type="xsd:int"/>
    676         <xsd:attribute name="maxlength" type="xsd:int"/>
    677         <xsd:attribute name="onchange" type="xsd:string"/>
    678         <xsd:attribute name="hint" type="xsd:string"/>
    679         <xsd:attribute name="icon" type="xsd:string"/>
    680         <xsd:attribute name="required" type="xsd:boolean"/>
    681         <xsd:attribute name="focus" type="xsd:boolean"/>
    682         <xsd:attribute name="label" type="xsd:string"/>
    683         <xsd:attribute name="readonly" type="xsd:boolean"/>
    684         <xsd:attribute name="class" type="xsd:string"/>
    685         <xsd:attribute name="context" type="xsd:string"/>
    686     </xsd:complexType>
    687     <xsd:element name="inputarea" type="inputareaType"/>
    688     <xsd:complexType name="inputareaType">
    689         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    690             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    691             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    692             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    693             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    694             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    695             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    696             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    697             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    698             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    699             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    700             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    701             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    702             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    703             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    704             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    705             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    706             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    707             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    708             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    709             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    710             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    711             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    712             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    713             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    714             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    715             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    716             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    717             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    718             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    719             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    720             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    721             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    722             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    723             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    724             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    725         </xsd:choice>
    726         <xsd:attribute name="rows" type="xsd:int"/>
    727         <xsd:attribute name="cols" type="xsd:int"/>
    728         <xsd:attribute name="value" type="xsd:string"/>
    729         <xsd:attribute name="index" type="xsd:string"/>
    730         <xsd:attribute name="onchange" type="xsd:string"/>
    731         <xsd:attribute name="prefix" type="xsd:string"/>
    732         <xsd:attribute name="class" type="xsd:string"/>
    733         <xsd:attribute name="required" type="xsd:boolean"/>
    734         <xsd:attribute name="default" type="xsd:string"/>
    735         <xsd:attribute name="maxlength" type="xsd:int"/>
    736         <xsd:attribute name="label" type="xsd:string"/>
    737         <xsd:attribute name="name" type="xsd:string"/>
    738         <xsd:attribute name="readonly" type="xsd:boolean"/>
    739         <xsd:attribute name="context" type="xsd:string"/>
    740     </xsd:complexType>
    741     <xsd:element name="insert" type="insertType"/>
    742     <xsd:complexType name="insertType">
    743         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    744             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    745             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    746             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    747             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    748             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    749             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    750             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    751             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    752             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    753             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    754             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    755             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    756             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    757             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    758             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    759             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    760             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    761             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    762             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    763             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    764             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    765             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    766             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    767             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    768             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    769             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    770             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    771             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    772             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    773             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    774             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    775             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    776             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    777             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    778             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    779         </xsd:choice>
    780         <xsd:attribute name="name" type="xsd:string"/>
    781         <xsd:attribute name="url" type="xsd:string"/>
    782         <xsd:attribute name="function" type="xsd:string"/>
    783         <xsd:attribute name="context" type="xsd:string"/>
    784     </xsd:complexType>
    785     <xsd:element name="label" type="labelType"/>
    786     <xsd:complexType name="labelType">
    787         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    788             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    789             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    790             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    791             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    792             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    793             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    794             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    795             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    796             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    797             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    798             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    799             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    800             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    801             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    802             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    803             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    804             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    805             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    806             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    807             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    808             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    809             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    810             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    811             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    812             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    813             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    814             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    815             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    816             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    817             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    818             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    819             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    820             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    821             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    822             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    823         </xsd:choice>
    824         <xsd:attribute name="for" type="xsd:string"/>
    825         <xsd:attribute name="value" type="xsd:string"/>
    826         <xsd:attribute name="key" type="xsd:string"/>
    827         <xsd:attribute name="text" type="xsd:string"/>
    828         <xsd:attribute name="context" type="xsd:string"/>
    829     </xsd:complexType>
    830     <xsd:element name="link" type="linkType"/>
    831     <xsd:complexType name="linkType">
    832         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    833             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    834             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    835             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    836             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    837             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    838             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    839             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    840             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    841             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    842             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    843             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    844             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    845             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    846             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    847             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    848             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    849             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    850             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    851             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    852             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    853             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    854             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    855             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    856             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    857             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    858             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    859             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    860             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    861             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    862             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    863             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    864             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    865             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    866             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    867             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    868         </xsd:choice>
    869         <xsd:attribute name="var1" type="xsd:string"/>
    870         <xsd:attribute name="var2" type="xsd:string"/>
    871         <xsd:attribute name="var3" type="xsd:string"/>
    872         <xsd:attribute name="var4" type="xsd:string"/>
    873         <xsd:attribute name="var5" type="xsd:string"/>
    874         <xsd:attribute name="value1" type="xsd:string"/>
    875         <xsd:attribute name="value2" type="xsd:string"/>
    876         <xsd:attribute name="value3" type="xsd:string"/>
    877         <xsd:attribute name="value4" type="xsd:string"/>
    878         <xsd:attribute name="value5" type="xsd:string"/>
    879         <xsd:attribute name="target" type="xsd:string"/>
    880         <xsd:attribute name="type" type="xsd:string"/>
    881         <xsd:attribute name="action" type="xsd:string"/>
    882         <xsd:attribute name="subaction" type="xsd:string"/>
    883         <xsd:attribute name="title" type="xsd:string"/>
    884         <xsd:attribute name="class" type="xsd:string"/>
    885         <xsd:attribute name="url" type="xsd:string"/>
    886         <xsd:attribute name="config" type="xsd:string"/>
    887         <xsd:attribute name="id" type="xsd:string"/>
    888         <xsd:attribute name="accesskey" type="xsd:string"/>
    889         <xsd:attribute name="name" type="xsd:string"/>
    890         <xsd:attribute name="anchor" type="xsd:string"/>
    891         <xsd:attribute name="frame" type="xsd:string"/>
    892         <xsd:attribute name="afterSuccess" type="xsd:string"/>
    893         <xsd:attribute name="clickable" type="xsd:boolean"/>
    894         <xsd:attribute name="context" type="xsd:string"/>
    895     </xsd:complexType>
    896     <xsd:element name="list" type="listType"/>
    897     <xsd:complexType name="listType">
    898         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    899             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    900             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    901             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    902             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    903             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    904             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    905             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    906             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    907             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    908             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    909             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    910             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    911             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    912             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    913             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    914             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    915             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    916             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    917             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    918             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    919             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    920             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    921             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    922             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    923             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    924             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    925             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    926             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    927             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    928             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    929             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    930             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    931             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    932             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    933             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    934         </xsd:choice>
    935         <xsd:attribute name="list" type="xsd:string"/>
    936         <xsd:attribute name="items" type="xsd:string"/>
    937         <xsd:attribute name="extract" type="xsd:boolean"/>
    938         <xsd:attribute name="key" type="xsd:string"/>
    939         <xsd:attribute name="value" type="xsd:string"/>
    940         <xsd:attribute name="context" type="xsd:string"/>
    941     </xsd:complexType>
    942     <xsd:element name="newline" type="newlineType"/>
    943     <xsd:complexType name="newlineType">
    944         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    945             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    946             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    947             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    948             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    949             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    950             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    951             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    952             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    953             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    954             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    955             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    956             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    957             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    958             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
    959             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
    960             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
    961             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
    962             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
    963             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
    964             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
    965             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
    966             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
    967             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
    968             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
    969             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
    970             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
    971             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
    972             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
    973             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
    974             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
    975             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
    976             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
    977             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
    978             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
    979             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
    980         </xsd:choice>
    981         <xsd:attribute name="context" type="xsd:string"/>
    982     </xsd:complexType>
    983     <xsd:element name="output" type="outputType"/>
    984     <xsd:complexType name="outputType">
    985         <xsd:choice maxOccurs="unbounded" minOccurs="0">
    986             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
    987             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
    988             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
    989             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
    990             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
    991             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
    992             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
    993             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
    994             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
    995             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
    996             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
    997             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
    998             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
    999             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1000             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1001             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1002             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1003             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1004             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1005             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1006             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1007             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1008             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1009             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1010             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1011             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1012             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1013             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1014             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1015             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1016             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1017             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1018             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1019             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1020             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1021         </xsd:choice>
   1022         <xsd:attribute name="context" type="xsd:string"/>
   1023     </xsd:complexType>
   1024     <xsd:element name="part" type="partType"/>
   1025     <xsd:complexType name="partType">
   1026         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1027             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1028             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1029             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1030             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1031             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1032             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1033             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1034             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1035             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1036             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1037             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1038             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1039             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1040             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1041             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1042             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1043             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1044             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1045             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1046             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1047             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1048             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1049             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1050             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1051             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1052             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1053             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1054             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1055             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1056             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1057             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1058             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1059             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1060             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1061             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1062         </xsd:choice>
   1063         <xsd:attribute name="class" type="xsd:string"/>
   1064         <xsd:attribute name="id" type="xsd:string"/>
   1065         <xsd:attribute name="tag" type="xsd:string"/>
   1066         <xsd:attribute name="context" type="xsd:string"/>
   1067     </xsd:complexType>
   1068     <xsd:element name="password" type="passwordType"/>
   1069     <xsd:complexType name="passwordType">
   1070         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1071             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1072             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1073             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1074             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1075             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1076             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1077             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1078             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1079             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1080             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1081             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1082             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1083             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1084             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1085             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1086             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1087             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1088             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1089             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1090             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1091             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1092             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1093             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1094             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1095             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1096             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1097             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1098             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1099             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1100             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1101             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1102             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1103             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1104             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1105             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1106         </xsd:choice>
   1107         <xsd:attribute name="default" type="xsd:string"/>
   1108         <xsd:attribute name="size" type="xsd:int"/>
   1109         <xsd:attribute name="maxlength" type="xsd:int"/>
   1110         <xsd:attribute name="minlength" type="xsd:string"/>
   1111         <xsd:attribute name="required" type="xsd:boolean"/>
   1112         <xsd:attribute name="hint" type="xsd:string"/>
   1113         <xsd:attribute name="prefix" type="xsd:string"/>
   1114         <xsd:attribute name="name" type="xsd:string"/>
   1115         <xsd:attribute name="readonly" type="xsd:boolean"/>
   1116         <xsd:attribute name="class" type="xsd:string"/>
   1117         <xsd:attribute name="context" type="xsd:string"/>
   1118     </xsd:complexType>
   1119     <xsd:element name="qrcode" type="qrcodeType"/>
   1120     <xsd:complexType name="qrcodeType">
   1121         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1122             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1123             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1124             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1125             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1126             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1127             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1128             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1129             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1130             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1131             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1132             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1133             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1134             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1135             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1136             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1137             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1138             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1139             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1140             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1141             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1142             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1143             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1144             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1145             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1146             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1147             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1148             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1149             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1150             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1151             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1152             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1153             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1154             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1155             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1156             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1157         </xsd:choice>
   1158         <xsd:attribute name="value" type="xsd:string"/>
   1159         <xsd:attribute name="context" type="xsd:string"/>
   1160     </xsd:complexType>
   1161     <xsd:element name="radio" type="radioType"/>
   1162     <xsd:complexType name="radioType">
   1163         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1164             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1165             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1166             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1167             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1168             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1169             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1170             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1171             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1172             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1173             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1174             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1175             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1176             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1177             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1178             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1179             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1180             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1181             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1182             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1183             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1184             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1185             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1186             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1187             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1188             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1189             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1190             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1191             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1192             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1193             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1194             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1195             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1196             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1197             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1198             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1199         </xsd:choice>
   1200         <xsd:attribute name="readonly" type="xsd:boolean"/>
   1201         <xsd:attribute name="value" type="xsd:string"/>
   1202         <xsd:attribute name="prefix" type="xsd:string"/>
   1203         <xsd:attribute name="suffix" type="xsd:string"/>
   1204         <xsd:attribute name="class" type="xsd:string"/>
   1205         <xsd:attribute name="onchange" type="xsd:string"/>
   1206         <xsd:attribute name="children" type="xsd:string"/>
   1207         <xsd:attribute name="checked" type="xsd:string"/>
   1208         <xsd:attribute name="label" type="xsd:string"/>
   1209         <xsd:attribute name="name" type="xsd:string"/>
   1210         <xsd:attribute name="context" type="xsd:string"/>
   1211     </xsd:complexType>
   1212     <xsd:element name="radiobox" type="radioboxType"/>
   1213     <xsd:complexType name="radioboxType">
   1214         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1215             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1216             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1217             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1218             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1219             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1220             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1221             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1222             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1223             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1224             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1225             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1226             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1227             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1228             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1229             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1230             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1231             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1232             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1233             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1234             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1235             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1236             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1237             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1238             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1239             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1240             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1241             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1242             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1243             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1244             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1245             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1246             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1247             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1248             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1249             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1250         </xsd:choice>
   1251         <xsd:attribute name="list" type="xsd:string"/>
   1252         <xsd:attribute name="name" type="xsd:string"/>
   1253         <xsd:attribute name="default" type="xsd:string"/>
   1254         <xsd:attribute name="onchange" type="xsd:string"/>
   1255         <xsd:attribute name="title" type="xsd:string"/>
   1256         <xsd:attribute name="class" type="xsd:string"/>
   1257         <xsd:attribute name="context" type="xsd:string"/>
   1258     </xsd:complexType>
   1259     <xsd:element name="row" type="rowType"/>
   1260     <xsd:complexType name="rowType">
   1261         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1262             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1263             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1264             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1265             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1266             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1267             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1268             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1269             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1270             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1271             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1272             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1273             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1274             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1275             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1276             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1277             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1278             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1279             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1280             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1281             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1282             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1283             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1284             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1285             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1286             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1287             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1288             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1289             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1290             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1291             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1292             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1293             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1294             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1295             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1296             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1297         </xsd:choice>
   1298         <xsd:attribute name="class" type="xsd:string"/>
   1299         <xsd:attribute name="header" type="xsd:boolean"/>
   1300         <xsd:attribute name="id" type="xsd:string"/>
   1301         <xsd:attribute name="context" type="xsd:string"/>
   1302     </xsd:complexType>
   1303     <xsd:element name="selectbox" type="selectboxType"/>
   1304     <xsd:complexType name="selectboxType">
   1305         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1306             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1307             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1308             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1309             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1310             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1311             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1312             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1313             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1314             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1315             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1316             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1317             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1318             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1319             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1320             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1321             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1322             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1323             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1324             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1325             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1326             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1327             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1328             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1329             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1330             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1331             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1332             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1333             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1334             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1335             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1336             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1337             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1338             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1339             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1340             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1341         </xsd:choice>
   1342         <xsd:attribute name="list" type="xsd:string"/>
   1343         <xsd:attribute name="name" type="xsd:string"/>
   1344         <xsd:attribute name="default" type="xsd:string"/>
   1345         <xsd:attribute name="title" type="xsd:string"/>
   1346         <xsd:attribute name="class" type="xsd:string"/>
   1347         <xsd:attribute name="addempty" type="xsd:boolean"/>
   1348         <xsd:attribute name="multiple" type="xsd:boolean"/>
   1349         <xsd:attribute name="size" type="xsd:int"/>
   1350         <xsd:attribute name="lang" type="xsd:boolean"/>
   1351         <xsd:attribute name="label" type="xsd:string"/>
   1352         <xsd:attribute name="context" type="xsd:string"/>
   1353     </xsd:complexType>
   1354     <xsd:element name="selector" type="selectorType"/>
   1355     <xsd:complexType name="selectorType">
   1356         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1357             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1358             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1359             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1360             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1361             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1362             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1363             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1364             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1365             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1366             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1367             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1368             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1369             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1370             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1371             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1372             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1373             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1374             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1375             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1376             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1377             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1378             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1379             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1380             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1381             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1382             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1383             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1384             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1385             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1386             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1387             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1388             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1389             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1390             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1391             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1392         </xsd:choice>
   1393         <xsd:attribute name="types" type="xsd:string"/>
   1394         <xsd:attribute name="name" type="xsd:string"/>
   1395         <xsd:attribute name="id" type="xsd:string"/>
   1396         <xsd:attribute name="folderid" type="xsd:string"/>
   1397         <xsd:attribute name="default" type="xsd:string"/>
   1398         <xsd:attribute name="param" type="xsd:string"/>
   1399         <xsd:attribute name="context" type="xsd:string"/>
   1400     </xsd:complexType>
   1401     <xsd:element name="set" type="setType"/>
   1402     <xsd:complexType name="setType">
   1403         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1404             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1405             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1406             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1407             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1408             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1409             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1410             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1411             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1412             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1413             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1414             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1415             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1416             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1417             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1418             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1419             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1420             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1421             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1422             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1423             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1424             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1425             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1426             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1427             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1428             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1429             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1430             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1431             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1432             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1433             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1434             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1435             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1436             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1437             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1438             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1439         </xsd:choice>
   1440         <xsd:attribute name="var" type="xsd:string"/>
   1441         <xsd:attribute name="value" type="xsd:string"/>
   1442         <xsd:attribute name="key" type="xsd:string"/>
   1443         <xsd:attribute name="context" type="xsd:string"/>
   1444     </xsd:complexType>
   1445     <xsd:element name="table" type="tableType"/>
   1446     <xsd:complexType name="tableType">
   1447         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1448             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1449             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1450             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1451             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1452             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1453             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1454             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1455             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1456             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1457             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1458             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1459             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1460             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1461             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1462             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1463             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1464             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1465             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1466             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1467             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1468             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1469             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1470             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1471             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1472             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1473             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1474             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1475             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1476             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1477             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1478             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1479             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1480             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1481             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1482             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1483         </xsd:choice>
   1484         <xsd:attribute name="filter" type="xsd:boolean"/>
   1485         <xsd:attribute name="class" type="xsd:string"/>
   1486         <xsd:attribute name="context" type="xsd:string"/>
   1487     </xsd:complexType>
   1488     <xsd:element name="text" type="textType"/>
   1489     <xsd:complexType name="textType">
   1490         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1491             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1492             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1493             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1494             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1495             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1496             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1497             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1498             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1499             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1500             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1501             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1502             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1503             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1504             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1505             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1506             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1507             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1508             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1509             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1510             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1511             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1512             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1513             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1514             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1515             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1516             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1517             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1518             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1519             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1520             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1521             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1522             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1523             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1524             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1525             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1526         </xsd:choice>
   1527         <xsd:attribute name="title" type="xsd:string"/>
   1528         <xsd:attribute name="type" type="xsd:string"/>
   1529         <xsd:attribute name="escape" type="xsd:boolean"/>
   1530         <xsd:attribute name="value" type="xsd:string"/>
   1531         <xsd:attribute name="label" type="xsd:string"/>
   1532         <xsd:attribute name="class" type="xsd:string"/>
   1533         <xsd:attribute name="context" type="xsd:string"/>
   1534     </xsd:complexType>
   1535     <xsd:element name="upload" type="uploadType"/>
   1536     <xsd:complexType name="uploadType">
   1537         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1538             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1539             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1540             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1541             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1542             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1543             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1544             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1545             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1546             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1547             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1548             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1549             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1550             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1551             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1552             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1553             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1554             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1555             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1556             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1557             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1558             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1559             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1560             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1561             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1562             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1563             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1564             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1565             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1566             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1567             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1568             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1569             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1570             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1571             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1572             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1573         </xsd:choice>
   1574         <xsd:attribute name="size" type="xsd:int"/>
   1575         <xsd:attribute name="name" type="xsd:string"/>
   1576         <xsd:attribute name="multiple" type="xsd:boolean"/>
   1577         <xsd:attribute name="class" type="xsd:string"/>
   1578         <xsd:attribute name="maxlength" type="xsd:int"/>
   1579         <xsd:attribute name="context" type="xsd:string"/>
   1580     </xsd:complexType>
   1581     <xsd:element name="user" type="userType"/>
   1582     <xsd:complexType name="userType">
   1583         <xsd:choice maxOccurs="unbounded" minOccurs="0">
   1584             <xsd:element ref="button" maxOccurs="unbounded" minOccurs="0"/>
   1585             <xsd:element ref="checkbox" maxOccurs="unbounded" minOccurs="0"/>
   1586             <xsd:element ref="column" maxOccurs="unbounded" minOccurs="0"/>
   1587             <xsd:element ref="date" maxOccurs="unbounded" minOccurs="0"/>
   1588             <xsd:element ref="editor" maxOccurs="unbounded" minOccurs="0"/>
   1589             <xsd:element ref="else" maxOccurs="unbounded" minOccurs="0"/>
   1590             <xsd:element ref="fieldset" maxOccurs="unbounded" minOccurs="0"/>
   1591             <xsd:element ref="form" maxOccurs="unbounded" minOccurs="0"/>
   1592             <xsd:element ref="group" maxOccurs="unbounded" minOccurs="0"/>
   1593             <xsd:element ref="hidden" maxOccurs="unbounded" minOccurs="0"/>
   1594             <xsd:element ref="if" maxOccurs="unbounded" minOccurs="0"/>
   1595             <xsd:element ref="image" maxOccurs="unbounded" minOccurs="0"/>
   1596             <xsd:element ref="include" maxOccurs="unbounded" minOccurs="0"/>
   1597             <xsd:element ref="input" maxOccurs="unbounded" minOccurs="0"/>
   1598             <xsd:element ref="inputarea" maxOccurs="unbounded" minOccurs="0"/>
   1599             <xsd:element ref="insert" maxOccurs="unbounded" minOccurs="0"/>
   1600             <xsd:element ref="label" maxOccurs="unbounded" minOccurs="0"/>
   1601             <xsd:element ref="link" maxOccurs="unbounded" minOccurs="0"/>
   1602             <xsd:element ref="list" maxOccurs="unbounded" minOccurs="0"/>
   1603             <xsd:element ref="newline" maxOccurs="unbounded" minOccurs="0"/>
   1604             <xsd:element ref="output" maxOccurs="unbounded" minOccurs="0"/>
   1605             <xsd:element ref="part" maxOccurs="unbounded" minOccurs="0"/>
   1606             <xsd:element ref="password" maxOccurs="unbounded" minOccurs="0"/>
   1607             <xsd:element ref="qrcode" maxOccurs="unbounded" minOccurs="0"/>
   1608             <xsd:element ref="radio" maxOccurs="unbounded" minOccurs="0"/>
   1609             <xsd:element ref="radiobox" maxOccurs="unbounded" minOccurs="0"/>
   1610             <xsd:element ref="row" maxOccurs="unbounded" minOccurs="0"/>
   1611             <xsd:element ref="selectbox" maxOccurs="unbounded" minOccurs="0"/>
   1612             <xsd:element ref="selector" maxOccurs="unbounded" minOccurs="0"/>
   1613             <xsd:element ref="set" maxOccurs="unbounded" minOccurs="0"/>
   1614             <xsd:element ref="table" maxOccurs="unbounded" minOccurs="0"/>
   1615             <xsd:element ref="text" maxOccurs="unbounded" minOccurs="0"/>
   1616             <xsd:element ref="upload" maxOccurs="unbounded" minOccurs="0"/>
   1617             <xsd:element ref="user" maxOccurs="unbounded" minOccurs="0"/>
   1618             <xsd:any namespace="http://www.w3.org/1999/xhtml"/>
   1619         </xsd:choice>
   1620         <xsd:attribute name="user" type="xsd:string"/>
   1621         <xsd:attribute name="id" type="xsd:string"/>
   1622         <xsd:attribute name="context" type="xsd:string"/>
   1623     </xsd:complexType>
   1624 </xsd:schema>