Skip to main content

BIN y7tOV Documentation

  • Author:

  • Version: 20

  • Description: Grid with one complex column with a simple list

  • Created: 2024-02-06

  • Modified: 2024-02-06

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Grid  with one complex column with a simple list ' extra:form.ccontrol='print'>
        <field name='rows' type='Row' maxOccurs='n' extra:lc.simple='true'   extra:form.listview='grid'  />
    </complexType>
    <complexType name='Row' description=''>
        <field name='Name' type='xs:string'/>
        <field name='CColGridNested' type='CCol' extra:grid.nested='true' />
        <field name='CCol2' type='CCol' extra:lct.field='#all' />
    </complexType>
    <complexType name='CCol' description='' >
        <field name='Name' type='xs:string' />
        <field name='Telephones' type='xs:string' maxOccurs='n' extra:lc.simple='true' extra:grid.listformat='#all' />
    </complexType>