Skip to main content

BIN klACs Documentation

  • Author:

  • Version: 24

  • Description: Examples from "Common Particles Configuration" section of the form reference: form.skip valid example, two optional fields are skipped note also how default value is not applied

  • Created: 2014-09-05

  • Modified: 2014-09-05

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Examples from "Common Particles Configuration" section of the form reference: form.skip valid example, two optional fields are skipped note also how default value is not applied' extra:cc.title='the complex type of this form has three fields but only one is included in form'>
    	<field name='StandardField' type='xs:string'/>
    	<field name='FieldOptionalToBeSkipped' minOccurs='0' extra:form.skip='true'  type='xs:string'/>
    	<field name='FieldOptionalToBeSkippedDefaultIgnored' default='mydefault' node='attribute' minOccurs='0' extra:form.skip='true'  type='xs:string'/>
    </complexType>