Skip to content

Commit

Permalink
prepare a pattern for the path matching
Browse files Browse the repository at this point in the history
For when #302 is merged
  • Loading branch information
robUx4 committed Nov 3, 2019
1 parent 903efaa commit 23d3f7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion EBMLSchema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="path" use="required"/>
<xs:attribute name="path" use="required">
<!-- <xs:simpleType>
<xs:restriction base="xs:integer">
<xs:pattern value="[0-9]*\*[0-9]*()"/>
</xs:restriction>
</xs:simpleType> -->
</xs:attribute>
<xs:attribute name="id" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
Expand Down

0 comments on commit 23d3f7f

Please sign in to comment.