Skip to content

Commit

Permalink
Added remarks to ptr and corrected sch:report
Browse files Browse the repository at this point in the history
  • Loading branch information
sabineseifert committed Dec 27, 2024
1 parent 9be8a52 commit b3a49fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions P5/Source/Specs/ptr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
<ptr cRef="1.3.4"/>
</egXML>
</exemplum>
<remarks versionDate="2005-10-13" xml:lang="en">
<p>The <att>target</att> and <att>cRef</att> attributes are mutually exclusive.</p>
</remarks>
<remarks versionDate="2007-06-12" xml:lang="fr">
<p>Les attributs <att>target</att> et <att>cRef</att> sont exclusifs l'un de l'autre.</p>
</remarks>
<remarks versionDate="2008-04-05" xml:lang="ja">
<p> 属性<att>target</att>と<att>cRef</att>は、排他的に使用される。 </p>
</remarks>
<remarks versionDate="2016-11-25" xml:lang="de">
<p>Die <att>target</att> und <att>cRef</att>-Attribute schließen sich gegenseitig aus.</p>
</remarks>
<listRef>
<ptr target="#COXR"/>
<ptr target="#SAPT"/>
Expand Down
2 changes: 1 addition & 1 deletion P5/Source/Specs/ref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<constraintSpec scheme="schematron" ident="refAtts" xml:lang="en">
<constraint>
<sch:rule context="tei:ref">
<sch:report test="@target and @cRef">Only one of the attributes @target' and @cRef' may be supplied on <sch:name/></sch:report>
<sch:report test="@target and @cRef">Only one of the attributes @target and @cRef may be supplied on <sch:name/>.</sch:report>
</sch:rule>
</constraint>
</constraintSpec>
Expand Down

0 comments on commit b3a49fc

Please sign in to comment.