Skip to content

Commit

Permalink
Standard / ISO19139 / Formatter / SDMX / Relax conversion for empty m…
Browse files Browse the repository at this point in the history
…easure description.
  • Loading branch information
fxprunayre committed May 29, 2024
1 parent 384d7b8 commit 2e2993e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<xsl:template name="sdmx-measure">
<xsl:param name="baseAttribute" as="xs:string" select="'TIMELINESS'"/>
<xsl:param name="value" as="xs:string"/>
<xsl:param name="description" as="xs:string"/>
<xsl:param name="description" as="xs:string?"/>

<metadata:ReportedAttribute conceptID="{$baseAttribute}">
<metadata:Value></metadata:Value>
Expand Down

0 comments on commit 2e2993e

Please sign in to comment.