Skip to content

Commit

Permalink
Merge pull request #17465 from bernt-matthias/topic/doc-add-xsd-colle…
Browse files Browse the repository at this point in the history
…ction-data

Add tool XML schema documention for outputs - collection - data
  • Loading branch information
mvdbeek authored Feb 14, 2024
2 parents f62d5b4 + bc01638 commit 03b0dd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/schema_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ $tag:tool|outputs|data|actions|action://complexType[@name='Action']
$tag:tool|outputs|data|actions|action|option://complexType[@name='ActionsOption']
$tag:tool|outputs|data|discover_datasets://complexType[@name='OutputDiscoverDatasets']
$tag:tool|outputs|collection://complexType[@name='OutputCollection']
$tag:tool|outputs|collection|data://complexType[@name='OutputCollectionDataElement']
$tag:tool|outputs|collection|filter://complexType[@name='OutputFilter']
$tag:tool|outputs|collection|discover_datasets://complexType[@name='OutputCollectionDiscoverDatasets']
$tag:tool|tests://complexType[@name='Tests']
Expand Down
7 changes: 7 additions & 0 deletions lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5414,6 +5414,13 @@ on Human (hg18)``.
</xs:group>

<xs:complexType name="OutputCollectionDataElement">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
This tag set is contained within the ``<collection>`` tag set, and can be used to
define the elements of a collection statically. See also [Planemo's documentation](https://planemo.readthedocs.io/en/latest/writing_advanced.html#static-element-count).
]]></xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="OutputCollectionElement" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
Expand Down

0 comments on commit 03b0dd8

Please sign in to comment.