Skip to content

Commit

Permalink
Merge pull request #204 from fxprunayre/patch-3
Browse files Browse the repository at this point in the history
maintenanceScope / Do not add mdb:resourceScope under level.
  • Loading branch information
ejbleys authored Oct 31, 2024
2 parents 962d7c8 + 3650813 commit 8a2c394
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,15 @@
<xsl:template match="gmd:updateScope" priority="5" mode="from19139to19115-3">
<mmi:maintenanceScope>
<mcc:MD_Scope>
<mcc:level>
<xsl:call-template name="writeCodelistElement">
<xsl:with-param name="elementName" select="'mdb:resourceScope'"/>
<xsl:with-param name="codeListName" select="'mcc:MD_ScopeCode'"/>
<xsl:with-param name="codeListValue" select="gmd:MD_ScopeCode/@codeListValue"/>
</xsl:call-template>
</mcc:level>
<xsl:call-template name="writeCodelistElement">
<xsl:with-param name="elementName" select="'mcc:level'"/>
<xsl:with-param name="codeListName" select="'mcc:MD_ScopeCode'"/>
<xsl:with-param name="codeListValue" select="gmd:MD_ScopeCode/@codeListValue"/>
</xsl:call-template>
</mcc:MD_Scope>
</mmi:maintenanceScope>
</xsl:template>


<xsl:template match="gmd:hierarchyLevel" priority="5" mode="from19139to19115-3">
<!-- ************************************************************************ -->
<!-- gmd:hierarchyLevel and gmd:hierarchyLevelName are combined into a
Expand Down

0 comments on commit 8a2c394

Please sign in to comment.