From 278eeccdd011c83f8502830fd8018aa7c31c8c7f Mon Sep 17 00:00:00 2001 From: David Fichtmueller Date: Mon, 9 May 2022 19:26:15 +0200 Subject: [PATCH] removed old version that caused invalid file I wanted to run some validation of a file that included the TDWG Basetypes Schema from this repository and it failed because the file is not well formed, because it contained a duplicate attribute version in the xs:schema element (document root element): `` Since the `version="2021-07-15"` was added in the last commit, the old `version="0.5"` is outdated and needs to be removed. The only question is whether the version now needs to be bumped to today's date. So feel free to edit this commit to adjust it accordingly. --- docs/xml/tdwg_basetypes.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/tdwg_basetypes.xsd b/docs/xml/tdwg_basetypes.xsd index ac1db24..754989d 100644 --- a/docs/xml/tdwg_basetypes.xsd +++ b/docs/xml/tdwg_basetypes.xsd @@ -15,7 +15,7 @@ + elementFormDefault="unqualified">