As described in this forum post, add the following parameters allowed for range only.
Note that XLSForm uses _ as a separator by convention rather than - which is common for XForms attributes.
tick_interval
When present, its value MUST:
- be non-zero
- have an absolute value that is an exact multiple of
abs(step)
- be less than or equal to
abs(end - start)
tick_labelset
For a row with type range and non-empty tick_labelset parameter, the value of tick_labelset MUST match exactly one list_name on the choices sheet.
The name values for that list_name MUST be numeric strings that are multiples of step or tick_interval between start and end, inclusive.
See the XForms spec for additional validation.
placeholder
Value must be a multiple of step that is between start and end, inclusive
As described in this forum post, add the following parameters allowed for
rangeonly.Note that XLSForm uses
_as a separator by convention rather than-which is common for XForms attributes.tick_intervalWhen present, its value MUST:
abs(step)abs(end - start)tick_labelsetFor a row with type
rangeand non-emptytick_labelsetparameter, the value oftick_labelsetMUST match exactly onelist_nameon the choices sheet.The name values for that
list_nameMUST be numeric strings that are multiples ofsteportick_intervalbetweenstartandend, inclusive.See the XForms spec for additional validation.
placeholderValue must be a multiple of step that is between
startandend, inclusive