Skip to content

Commit

Permalink
Update schema RNG format
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjm committed Feb 1, 2020
1 parent ff7acd2 commit 35c550d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions schema/usx.rng
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
usx.rnc
A compact syntax Relax NG Schema for USX 3.0
A compact syntax Relax NG Schema for USX 3.0.1
-->
<grammar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
Expand Down Expand Up @@ -1753,14 +1753,18 @@
<attribute name="alt"/>
</optional>
<attribute name="file"/>
<attribute name="size"/>
<optional>
<attribute name="size"/>
</optional>
<optional>
<attribute name="loc"/>
</optional>
<optional>
<attribute name="copy"/>
</optional>
<attribute name="ref"/>
<optional>
<attribute name="ref"/>
</optional>
<optional>
<text/>
</optional>
Expand Down

0 comments on commit 35c550d

Please sign in to comment.