Skip to content

Commit

Permalink
simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 8, 2024
1 parent 88f99b3 commit 5a7e485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eo-parser/src/main/resources/XMIR.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]+|@|[a-z][^ \n\t\r]*"/>
<xs:pattern value="[0-9]+|@|[a-z]\S*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="function-name">
Expand All @@ -107,7 +107,7 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<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:pattern value="∅|Q|QQ|[A-Z]\S*|\.?(^|$|@|[a-z]\S*)|[a-z]\S*(\.[a-z]\S*)*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="locator">
Expand All @@ -121,7 +121,7 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="Φ(\.(ρ|φ|α[0-9]+|[a-z][^ \n\r\t]*))*"/>
<xs:pattern value="Φ(\.(ρ|φ|α[0-9]+|[a-z]\S*))*"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="o" mixed="true">
Expand Down

0 comments on commit 5a7e485

Please sign in to comment.