Skip to content

Commit

Permalink
Geonovum: correctie op minoccurs=0 bij referenties
Browse files Browse the repository at this point in the history
De referentie naar een datatype door dat datatype in de XML content op
te nemen op de plek waar er naar verwezen wordt moet worden afgedwongen.

Zie #552

Bugfix.
  • Loading branch information
arjan authored and arjan committed Nov 28, 2024
1 parent 5650f6a commit e003ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsl/XsdCompiler/Imvert2XSD-ISO19136.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
<xsl:otherwise>
<xsl:sequence select="imf:create-xml-debug-comment(.,'Datatype')"/>
<!-- a datatype -->
<xs:sequence minOccurs="0">
<xs:sequence><!-- #552 -->
<xs:element ref="{imf:get-type($type-name,$package-name)}"/>
</xs:sequence>
</xsl:otherwise>
Expand Down

0 comments on commit e003ff3

Please sign in to comment.