Vai al contenuto principale

BIN pIHXW Documentation

  • Author:

  • Version: 1

  • Description: Test Form Particle Components Lists - READONLY

  • Created: 2015-12-10

  • Modified: 2015-12-10

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Test Form Particle Components Lists - READONLY' extra:form.ccontrol='print' >
        <field name='Hellos' type='xs:string'  maxOccurs='n'
    	extra:ctrl.prefix='&lt;b>Prefix&lt;/b>'
    	extra:ctrl.suffix='&lt;b>Suffix&lt;/b>'
    	extra:form.explanation='This is the Hello &lt;b> Explanation'
    	extra:form.placeholder='This is the Hello &lt;b> Placeholder'
    	extra:form.header='This is the Hello &lt;b> Header&lt;/b>'
    	extra:form.subheader='This is the Hello &lt;b> Sub Header&lt;/b>'
    	extra:form.footer='This is the Hello &lt;b> Footer&lt;/b>'
    	
    />
       <field name='Addresses' type='Address'  maxOccurs='n'
    	extra:form.explanation='This is the Address &lt;b> Explanation'
    	extra:form.header='This is the Address &lt;b> Header&lt;/b>'
    	extra:form.subheader='This is the Address &lt;b> Sub Header&lt;/b>'
    	extra:form.footer='This is the Address &lt;b> Footer&lt;/b>'
    	
    />
    </complexType>
    
    
    <complexType name='Address' description=''>
    	<field name='Address' default='Via Lunga, 34' type='xs:string'/>
    	<field name='City' default='Lungonia' type='xs:string'/>
    </complexType>