Skip to content

Commit

Permalink
Allow "URN" as value of type= of idno
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Dec 4, 2024
1 parent 4564bbf commit 33a96b2
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions P5/p5odds.odd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<moduleRef url="Exemplars/mathml2-main.rng"/>
<moduleRef url="Exemplars/relaxng.rng"/>

<elementSpec module="tagdocs" ident="constraintSpec" mode="change">
<attList>
<attDef mode="change" ident="xml:lang" usage="req"/>
</attList>
</elementSpec>
<elementSpec module="tagdocs" ident="constraintSpec" mode="change">
<attList>
<attDef mode="change" ident="xml:lang" usage="req"/>
</attList>
</elementSpec>
<constraintSpec scheme="schematron" ident="when_glosses_English_required">
<desc>Per <ref
target="https://github.com/TEIC/TEI/issues/2037">ticket
Expand Down Expand Up @@ -676,8 +676,14 @@
<valItem ident="ISBN">
<gloss versionDate="2013-10-30" xml:lang="en">International Standard Book Number</gloss>
</valItem>
<valItem ident="url">
<gloss versionDate="2013-10-30" xml:lang="en">any form of web address</gloss>
<valItem ident="URI">
<gloss versionDate="2013-10-30" xml:lang="en">any form of web address (a URL or a URN)</gloss>
</valItem>
<valItem ident="URL">
<gloss versionDate="2024-12-04" xml:lang="en">Uniform Resource Locator</gloss>
</valItem>
<valItem ident="URN">
<gloss versionDate="2024-12-04" xml:lang="en">Uniform Resource Name</gloss>
</valItem>
</valList>
</attDef>
Expand Down

0 comments on commit 33a96b2

Please sign in to comment.