Loading
xsd fixes for output actions
- `when` tags can contain `action` and `conditional` (i.e. `ActionsElement` and not only `Action`) https://github.com/galaxyproject/galaxy/blob/f1f16517e6384f680ebbcea0f0ffb2b871a3d36c/lib/galaxy/tool_util/parser/output_actions.py#L46 - `strip` is a string https://github.com/galaxyproject/galaxy/blob/f1f16517e6384f680ebbcea0f0ffb2b871a3d36c/lib/galaxy/tool_util/parser/output_actions.py#L481 - iterate attribute was missing all used for instance here: used for instance here: https://github.com/bgruening/galaxytools/blob/c27a05e92e6e03545903dd2ff90976f8cab5ebf7/tools/text_processing/text_processing/cut.xml#L69