Skip to main content

BIN cOwOY Documentation

  • Author:

  • Version: 5

  • Description: Test for [lc.copy.removeFields] A sample (complex) list whose items can be copied with the [Name] not copied

  • Created: 2014-11-29

  • Modified: 2014-11-29

  • Source:

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

    Printers Embed Responsive

    <osk xmlns:extra='http://eleusoft.org/schema/extra'>
    	<datatypeLibrary prefix='xs'  
    		uri='http://www.w3.org/2001/XMLSchema-datatypes' /> 
    	<schema name='com.eleusoft.eformbin.beans' >   
    <complexType name='Form' description='Test for [lc.copy.removeFields] A sample (complex) list whose items can be copied with the [Name] not copied'>     
    <field name='Test' type='FormSub' maxOccurs='n' extra:lc.copy.removeFields='name'/>
    </complexType>
    
    <complexType name='FormSub'> 
    <field name='name' type='xs:string'/>
    <field name='number' type='xs:int'  />
    <field name='date' type='xs:date'  />
    </complexType>
        
    </schema>       
    </osk>