Skip to content

Commit

Permalink
Merge pull request #17187 from bernt-matthias/xsd-bool-order
Browse files Browse the repository at this point in the history
xsd: reorder choices for permissive boolean
  • Loading branch information
mvdbeek authored Dec 15, 2023
2 parents 2891d70 + 8d76027 commit d0c78d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7333,14 +7333,14 @@ and ``contains``. In addition there is ``sim_size`` which is discouraged in favo
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
<xs:enumeration value="True"/>
<xs:enumeration value="False"/>
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
Expand Down

0 comments on commit d0c78d5

Please sign in to comment.