Skip to content

Commit

Permalink
Partial update of OPF 2.0 RNG schema to latest version (changing data…
Browse files Browse the repository at this point in the history
…type text to anyURI for href attributes) (#725)

* update OPF 2.0 RNG schema to latest version taken from the specs at http://www.idpf.org/epub/20/spec/OPF_2.0_latest.htm#AppendixA

* reverse changes from previous commit after review by @mattgarrish
  • Loading branch information
tofi86 authored Jul 17, 2017
1 parent b7babed commit 251aa93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Authors:
<data type="ID"/>
</attribute>
<attribute name="href">
<text/>
<data type="anyURI"/>
</attribute>
<attribute name="media-type">
<text/>
Expand Down Expand Up @@ -440,7 +440,7 @@ Authors:
<text/>
</attribute>
<attribute name="href">
<text/>
<data type="anyURI"/>
</attribute>
<ref name="OPF20.site-content"/>
</element>
Expand Down Expand Up @@ -475,7 +475,7 @@ Authors:
</attribute>
</optional>
<attribute name="href">
<text/>
<data type="anyURI"/>
</attribute>
<ref name="OPF20.reference-content"/>
</element>
Expand Down

0 comments on commit 251aa93

Please sign in to comment.