From 34a7f6f4f9663fecfdd42988b3c33467ccad7c90 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Mon, 30 Dec 2019 11:27:45 +0200 Subject: [PATCH] xsd: fix prefix Signed-off-by: Denys Smirnov --- voc/xsd/xsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voc/xsd/xsd.go b/voc/xsd/xsd.go index 8dcc615..8346e23 100644 --- a/voc/xsd/xsd.go +++ b/voc/xsd/xsd.go @@ -9,7 +9,7 @@ func init() { const ( NS = "http://www.w3.org/2001/XMLSchema#" - Prefix = "xsd" + Prefix = "xsd:" ) // Base types