Skip to content

Commit

Permalink
Modifications in the ETS to solve the bug detected in the issue #251
Browse files Browse the repository at this point in the history
The value 'BasicPropertyUnit' is changed to 'CadastralZoning' in the test validation 'cp-ia.b.4: CadastralParcel.zoning'.
  • Loading branch information
inakidiazdecerio committed May 14, 2019
1 parent 438eed7 commit c2eaf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-cp/cp-ia/ets-cp-ia-bsxets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pre-requisite conformance classes:
<ul><li><a href="http://inspire.ec.europa.eu/id/ats/data/3.0rc3/information-accessibility" target="_blank">Conformance Class 'Information accessibility'</a></li>
</ul>]]></description>
<reference>../../inspire-noggeo-bsxets.xq</reference>
<version>0.2.1</version>
<version>0.2.2</version>
<author>PwC</author>
<creationDate>2016-10-25T00:00:00Z</creationDate>
<lastEditor>interactive instruments GmbH</lastEditor>
Expand Down Expand Up @@ -186,7 +186,7 @@ Source: <a href="http://inspire.ec.europa.eu/id/ats/data-au/3.1/au-ia/features"
<parent ref="EID2ec1757d-cc1d-46dd-853a-6facf3925c47"/>
<expectedResult>NOT_APPLICABLE</expectedResult>
<expression>
let $target := 'BasicPropertyUnit'
let $target := 'CadastralZoning'
let $hrefs := $features[self::*:CadastralParcel]/*:zoning/@xlink:href
let $messages := local:check-feature-references($hrefs, $target, $target, 'zoning')
return
Expand Down

0 comments on commit c2eaf40

Please sign in to comment.