changeset 2278:a3e7e727209a

UGM import: Use special schema.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 14 Feb 2019 16:32:31 +0100
parents 1c8b8a4476af
children 7f3bc4c39956
files pkg/imports/ugm.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/ugm.go	Thu Feb 14 16:05:02 2019 +0100
+++ b/pkg/imports/ugm.go	Thu Feb 14 16:32:31 2019 +0100
@@ -60,7 +60,7 @@
 
 		if err := soap.ValidateFile(
 			filepath.Join(ugm.Dir, "data.xml"),
-			"NtS_XSD_V.4.0.4.0.xsd",
+			"NtS.xsd",
 			&dst,
 		); err != nil {
 			return nil, err