We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0765379 commit 42cfdb8Copy full SHA for 42cfdb8
1 file changed
eo-parser/src/main/resources/XMIR.xsd
@@ -96,7 +96,7 @@ SOFTWARE.
96
</xs:documentation>
97
</xs:annotation>
98
<xs:restriction base="xs:string">
99
- <xs:pattern value="^∅$|^\.(\^|@|[a-z][^\s.]*)$|^([Q$])(\.(\^|@|[a-z][^\s.]*))*$"/>
+ <xs:pattern value="∅|\.(\^|@|[a-z][^\s.]*|α[0-9]*)|([Q$])(\.(\^|@|[a-z][^\s.]*|α[0-9]*))*"/>
100
</xs:restriction>
101
</xs:simpleType>
102
<xs:simpleType name="program-name">
0 commit comments