Skip to content

Commit

Permalink
Add missing alias attribute to codelists
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 authored and jodygarnett committed Sep 3, 2021
1 parent 564a276 commit 4c9950e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/main/plugin/iso19139.ca.HNAP/loc/eng/codelists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:CI_OnLineFunctionCode">
<codelist name="gmd:CI_OnLineFunctionCode" alias="function">
<entry>
<code>RI_375</code>
<value>download; téléchargement</value>
Expand Down Expand Up @@ -315,7 +315,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:CI_RoleCode">
<codelist name="gmd:CI_RoleCode" alias="roleCode">
<entry>
<code>RI_408</code>
<value>resourceProvider; fournisseurRessource</value>
Expand Down Expand Up @@ -466,7 +466,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:DS_AssociationTypeCode">
<codelist name="gmd:DS_AssociationTypeCode" alias="associationType">
<entry>
<code>RI_428</code>
<value>crossReference; référenceCroisée</value>
Expand Down Expand Up @@ -513,7 +513,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:DS_InitiativeTypeCode">
<codelist name="gmd:DS_InitiativeTypeCode" alias="initiativeType">
<entry>
<code>RI_435</code>
<value>campaign; campagne</value>
Expand Down Expand Up @@ -2115,7 +2115,7 @@
</entry>-->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:MD_TopicCategoryCode">
<codelist name="gmd:MD_TopicCategoryCode" alias="topicCategory">
<entry>
<code>farming</code>
<label>Farming</label>
Expand Down
10 changes: 5 additions & 5 deletions src/main/plugin/iso19139.ca.HNAP/loc/fre/codelists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:CI_OnLineFunctionCode">
<codelist name="gmd:CI_OnLineFunctionCode" alias="function">
<entry>
<code>RI_375</code>
<value>download; téléchargement</value>
Expand Down Expand Up @@ -283,7 +283,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:CI_RoleCode">
<codelist name="gmd:CI_RoleCode" alias="roleCode">
<entry>
<code>RI_408</code>
<value>resourceProvider; fournisseurRessource</value>
Expand Down Expand Up @@ -425,7 +425,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:DS_AssociationTypeCode">
<codelist name="gmd:DS_AssociationTypeCode" alias="associationType">
<entry>
<code>RI_428</code>
<value>crossReference; référenceCroisée</value>
Expand Down Expand Up @@ -470,7 +470,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:DS_InitiativeTypeCode">
<codelist name="gmd:DS_InitiativeTypeCode" alias="initiativeType">
<entry>
<code>RI_435</code>
<value>campaign; campagne</value>
Expand Down Expand Up @@ -2035,7 +2035,7 @@
</entry>-->
</codelist>
<!-- ==================================================== -->
<codelist name="gmd:MD_TopicCategoryCode">
<codelist name="gmd:MD_TopicCategoryCode" alias="topicCategory">
<entry>
<code>farming</code>
<label>Agriculture</label>
Expand Down

0 comments on commit 4c9950e

Please sign in to comment.