Skip to main content

BIN mo1DP Documentation

  • Author:

  • Version: 9

  • Description: simpleset ORDERED (set) with enumeration - test readonly does not grab focus -fixed: need .ps{clear:left} - (196)

  • Created: 2021-04-28

  • Modified: 2023-10-16

  • Source:

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

    Printers Embed Responsive

    <complexType name='form' extra:xform.cont.css='form-horizontal'  description='simpleset ORDERED (set) with enumeration - test readonly does not grab focus -fixed: need .ps{clear:left}   - bin:mo1DP?i=196' >
        <field name='hobbies'  type='EnumType' maxOccurs='*'  extra:form.listview='ordered-set'  ></field>
        <field name='dummy' type='xs:string'  />
        <field name='hobbiesReadOnly' extra:form.readonly='true' type='EnumType' maxOccurs='*'  extra:form.listview='ordered-set'  ></field>
        <field name='hobby' type='EnumType'  ></field>
    </complexType>
    <simpleType name='EnumType' type='xs:string' extra:xxxlc.buttonsright='true'>
        <facet name='enumeration' value='ski'/>
        <facet name='enumeration' value='run'/>
    </simpleType>