Skip to content

Commit

Permalink
Merge pull request #194 from OP-TED/feature/SM15-91
Browse files Browse the repository at this point in the history
text changes for checker descriptions
  • Loading branch information
Dragos0000 authored Jan 30, 2024
2 parents 6df5068 + 4cc8126 commit cd46f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/html-conventions-lib/general-connectors-html-convention.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@


<xd:doc>
<xd:desc>[common-name-4] - The name prefix is invalid in $value$. Please provide a short
<xd:desc>[connector-name-4] - The name prefix is invalid in $value$. Please provide a short
prefix name containing only alphanumeric characters [a-zA-Z0-9]+.</xd:desc>
<xd:param name="connector"/>
</xd:doc>
Expand Down Expand Up @@ -155,7 +155,7 @@
</xsl:template>

<xd:doc>
<xd:desc>[common-name-5]-The prefix $value$ is not defined. A prefix must be associated to a
<xd:desc>[connector-name-5]-The prefix $value$ is not defined. A prefix must be associated to a
namespace URI. </xd:desc>
<xd:param name="connector"/>
</xd:doc>
Expand Down Expand Up @@ -189,7 +189,7 @@
</xsl:template>

<xd:doc>
<xd:desc>[common-name-6] - The local name segment is invalid in $value$. Please provide a
<xd:desc>[connector-name-6] - The local name segment is invalid in $value$. Please provide a
concise label using alphanumeric characters [a-zA-Z0-9_\-\s]+, preferably in CamelCase,
or possibly with tokens delimited by single spaces.</xd:desc>
<xd:param name="connector"/>
Expand Down Expand Up @@ -226,7 +226,7 @@
</xsl:template>

<xd:doc>
<xd:desc>[common-name-7] - The local name segment $value$ starts with an invalid character.
<xd:desc>[connector-name-7] - The local name segment $value$ starts with an invalid character.
The local segment must start with a letter or underscore. </xd:desc>
<xd:param name="connector"/>
</xd:doc>
Expand Down Expand Up @@ -262,7 +262,7 @@


<xd:doc>
<xd:desc>[common-name-8] - The local name segment $value$ contains token delimiters. It is
<xd:desc>[connector-name-8] - The local name segment $value$ contains token delimiters. It is
best if the names are camel cased and delimiters removed. </xd:desc>
<xd:param name="connector"/>
</xd:doc>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
</xsl:template>

<xd:doc>
<xd:desc>[generalisation-source-target-types-3] - Generalisations can be provided only
<xd:desc>[generalisation-source-target-types-7] - Generalisations can be provided only
between classes or between connectors.</xd:desc>
<xd:param name="generalizationConnector"/>
</xd:doc>
Expand Down

0 comments on commit cd46f15

Please sign in to comment.