Vai al contenuto principale

BIN kvbe9 Documentation

  • Author:

  • Version: 2

  • Description: OK - Test Paged (TABS) auto(1) with no initial (wiz.initialstep=1) and no final message (also if defined)

  • Created: 2015-12-07

  • Modified: 2016-03-13

  • Source:

     Modifica Bin W3C Schema Json-Schema Java Bean Code Default Value as XML

    Printers Embed Responsive

    <complexType name='Form' description='OK - Test Paged (TABS) auto(1) with no initial (wiz.initialstep=1) and no final message (also if defined)' extra:wiz.intro='Introduction message &lt;b>' extra:wiz.initialstep='1' extra:wiz.finishfromstep='3' extra:wiz.finalmsg='Final message &lt;b>' extra:wiz.hasstepfinalmessage='false' extra:wiz.finalstep='auto(1)' extra:eformbin.runner='paged'>
        <field name='Hello' type='reqstring'  />
        <field name='Hello2' default='World' type='reqstring'  />
        <field name='Hello3' default='World' type='reqstring'  />
        <field name='Hello4Optional' type='xs:string'   minOccurs='0' extra:form.maybenull='true' extra:ctrl.emptyisnull='true'/>
    </complexType>
    
    <simpleType name='reqstring' type='xs:string'>
    
    	<facet name='minLength' value='1'/>
    </simpleType>