From c8a0aa84d555455c4ce5802a7c0469931ec059f8 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 14 Sep 2020 16:10:46 +0100 Subject: [PATCH] TS 103 120 v1.6.1 (2020-08-06) agreed at LI#54-e --- 103120/validate_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103120/validate_examples.py b/103120/validate_examples.py index 60c611c..7aae339 100644 --- a/103120/validate_examples.py +++ b/103120/validate_examples.py @@ -25,7 +25,7 @@ if __name__ == '__main__': xs = xmlschema.XMLSchema(schemaFile, validation='skip') locations.append((xs.default_namespace, str(Path(schemaFile))[7:])) - coreSchema = xmlschema.XMLSchema('schema/ts_103120v010501p0_Core.xsd', locations=locations) + coreSchema = xmlschema.XMLSchema('schema/ts_103120v010601p0_Core.xsd', locations=locations) for schema in schemaFiles: newSchema = xmlschema.XMLSchema(schema, locations=locations) -- GitLab