Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 8, 2024
1 parent 17dc231 commit 79ab1b7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion eo-parser/src/main/resources/XMIR.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,19 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="star" type="empty"/>
<xs:attribute name="as" type="attribute-name"/>
<xs:attribute name="atom" type="function-name"/>
<xs:attribute name="loc" type="locator"/>
<!--
The following three are definitely temporary and should
be removed from XMIR. However, we can't remove them
now: they are created by the parser, then used by
the optimizer, and then removed. Since we check XML documents for
XSD compliance after the parsing phase, we can't remove them
now. We will remove them later, when we will have a separate
XSD for the parser output (maybe).
-->
<xs:attribute name="star" type="empty"/>
<xs:attribute name="method" type="empty"/>
<xs:attribute name="const" type="empty"/>
</xs:complexType>
Expand Down

0 comments on commit 79ab1b7

Please sign in to comment.