Skip to content

Commit

Permalink
stricter "check" in XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 29, 2024
1 parent 239b15f commit 9f34a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-parser/src/main/resources/XMIR.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ SOFTWARE.
</xs:annotation>
<xs:simpleContent>
<xs:extension base="non-empty">
<xs:attribute name="check" type="non-empty">
<xs:attribute name="check" type="sheet">
<xs:annotation>
<xs:appinfo>The name of the checker that found the error</xs:appinfo>
<xs:documentation>
Expand Down

0 comments on commit 9f34a5d

Please sign in to comment.