Skip to content

Commit

Permalink
Merge pull request #2630 from TEIC/sydb_p5odds_idno_URN_emergency_update
Browse files Browse the repository at this point in the history
p5odds: Allow "URN" as value of `@type` of `<idno>`
  • Loading branch information
ebeshero authored Dec 7, 2024
2 parents cb8bad5 + 8bfca5c commit 65f2dc9
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 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,15 @@
<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="2024-12-04" xml:lang="en">Uniform Resource Identifier</gloss>
<desc versionDate="2013-10-30" xml:lang="en">any form of web address (that is, a URL or a URN)</desc>
</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 65f2dc9

Please sign in to comment.