Skip to main content

BIN CvvB2 Documentation

  • Author:

  • Version: 3

  • Description: CASE SIMPLE LISTS ELEUSOFT-535 must load an instance - Test the three kind of lnks form / grid and also skipemptyoptionalsimple -

  • Created: 2015-10-08

  • Modified: 2015-10-08

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='CASE SIMPLE LISTS ELEUSOFT-535 must load an instance - Test the three kind of lnks form / grid and also skipemptyoptionalsimple - ' extra:form.ccontrol='print'  extra:cc.css='table table-striped' extra:form.print.skipemptyoptionalsimple='false'>
        <implements type='Line'/>
        <field name='Line' type='Line' maxOccurs='n' extra:form.listview='grid'/>
    </complexType>
    <complexType name='Line' description='' >
        <field name='id' minOccurs='0'  default='13'  type='xs:int'/>
        <field name='ListOfStringToEscape' minOccurs='0'  extra:grid.listformat='#all' type='xs:string' maxOccurs='n'/>
        <field name='ListOfDates' minOccurs='0'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n'/>
        <field name='ListOfDatesReq' minOccurs='1'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n'/>
        <field name='ListOfDatesAction' minOccurs='0'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n' extra:action='http://example.org' extra:form.maybenull='true'/>
        <field name='ListOfDatesEntityAction' minOccurs='0'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n' extra:action='#show' extra:action.entity='Bin' extra:form.maybenull='true'/>
        <field name='ListOfDatesGridLink' minOccurs='0'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n' extra:grid.link='http://example.org'  extra:form.maybenull='true'/>
        <field name='ListOfDatesFormPrintLink' minOccurs='0'  extra:grid.listformat='#all' type='xs:date' maxOccurs='n'  extra:form.maybenull='true'
    extra:form.print.link='true'
    extra:form.print.linkUrl='http://example.org' />
    </complexType>