Skip to content

Commit

Permalink
fqn for program name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 16, 2024
1 parent 5a29041 commit 2ccaf7c
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 @@ -404,7 +404,16 @@ SOFTWARE.
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="name" type="non-empty" use="required"/>
<xs:attribute name="name" type="fqn" use="required">
<xs:annotation>
<xs:appinfo>The name of the program, usually equal to the name of the object defined in it</xs:appinfo>
<xs:documentation>
The attribute contains the name of the program, which is usually equal to the name
of the object defined in it. The name is used to reference the program from other objects
or from the global scope.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ms" type="whole">
<xs:annotation>
<xs:appinfo>The amount of milliseconds that were spent on creating this document</xs:appinfo>
Expand Down

0 comments on commit 2ccaf7c

Please sign in to comment.