Skip to content

Commit

Permalink
function name allow more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 4, 2024
1 parent b37632b commit 4f291e6
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 @@ -96,7 +96,7 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="∅|Q|QQ|[A-Z][a-zA-Z]+|\.?(^|$|@|[a-z][^ \n\t\r]*)|[a-z][^ \n\t\r]*(\.[a-z][^ \n\t\r]*)*"/>
<xs:pattern value="∅|Q|QQ|[A-Z][^ \n\t\r]*|\.?(^|$|@|[a-z][^ \n\t\r]*)|[a-z][^ \n\t\r]*(\.[a-z][^ \n\t\r]*)*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="locator">
Expand Down

0 comments on commit 4f291e6

Please sign in to comment.