Skip to main content

BIN go4LR Documentation

  • Author:

  • Version: 12

  • Description: An editable grid control for a choice list, that takes two columns - (173) 9VZmX (176)

  • Created: 2014-11-29

  • Modified: 2020-12-23

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='An editable grid control for a choice list, that takes two columns - bin:go4LR?i=173 bin:9VZmX?i=176 '>
        <field name='Employee' type='xs:string' />
        <field name='Date' type='xs:date' />
        <choice name='Identifiers' maxOccurs='n' extra:form.listview='egrid' extra:lc.ordered='false' extra:lc.edit='false'>
            <field name='email' type='NotEmptyString' extra:form.control='email'/>
            <field name='name' type='Name' />
            <field name='code' type='xs:int' />
        </choice>
    </complexType>
    <complexType name='Name'>
        <field name='title' type='xs:string' minOccurs='0' extra:form.maybenull='true' />
        <field name='first' type='NotEmptyString' />
        <field name='last' type='NotEmptyString' />
    </complexType>
    <simpleType name='NotEmptyString' type='xs:string' extra:form.empty='false'><facet name='minLength' value='1'/></simpleType>