Skip to content

Commit

Permalink
meta in XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 25, 2024
1 parent 550f123 commit 4305631
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eo-parser/src/main/resources/XMIR.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,13 @@ SOFTWARE.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="head" type="xs:string"/>
<xs:element name="head">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-z]+[a-z0-9]*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="tail" type="xs:string"/>
<xs:element name="part" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
Expand Down

0 comments on commit 4305631

Please sign in to comment.