diff --git a/103707/TS_103_707_v010101.xsd b/103707/TS_103_707.xsd similarity index 97% rename from 103707/TS_103_707_v010101.xsd rename to 103707/TS_103_707.xsd index 7d857dfb2fa0c05fd61379813837668ad5fb9c0a..2f33c569b42114734d1e647b80e05f507b577a8e 100644 --- a/103707/TS_103_707_v010101.xsd +++ b/103707/TS_103_707.xsd @@ -9,7 +9,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -127,7 +127,7 @@ - + diff --git a/103707/portal/TS_103_707_v010101.xsd b/103707/portal/TS_103_707_v010201.xsd similarity index 97% rename from 103707/portal/TS_103_707_v010101.xsd rename to 103707/portal/TS_103_707_v010201.xsd index 7d857dfb2fa0c05fd61379813837668ad5fb9c0a..2f33c569b42114734d1e647b80e05f507b577a8e 100644 --- a/103707/portal/TS_103_707_v010101.xsd +++ b/103707/portal/TS_103_707_v010201.xsd @@ -9,7 +9,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -127,7 +127,7 @@ - + diff --git a/103707/portal/testing/validate_examples.py b/103707/portal/testing/validate_examples.py index 915de84e4d527c154fd485b89552fb59d93edfc0..fbcf21f25063b68e8ac31479b7f0978a70c31b9e 100644 --- a/103707/portal/testing/validate_examples.py +++ b/103707/portal/testing/validate_examples.py @@ -29,7 +29,7 @@ if __name__ == '__main__': xs = xmlschema.XMLSchema(schemaFile, validation='skip') locations.append((xs.default_namespace, str(Path(schemaFile)))) - coreSchema = xmlschema.XMLSchema('TS_103_707_v010101.xsd', locations=locations) + coreSchema = xmlschema.XMLSchema('TS_103_707_v010201.xsd', locations=locations) for schema in extraSchemas: newSchema = xmlschema.XMLSchema(schema) diff --git a/103707/testing/validate_examples.py b/103707/testing/validate_examples.py index 915de84e4d527c154fd485b89552fb59d93edfc0..fbcf21f25063b68e8ac31479b7f0978a70c31b9e 100644 --- a/103707/testing/validate_examples.py +++ b/103707/testing/validate_examples.py @@ -29,7 +29,7 @@ if __name__ == '__main__': xs = xmlschema.XMLSchema(schemaFile, validation='skip') locations.append((xs.default_namespace, str(Path(schemaFile)))) - coreSchema = xmlschema.XMLSchema('TS_103_707_v010101.xsd', locations=locations) + coreSchema = xmlschema.XMLSchema('TS_103_707_v010201.xsd', locations=locations) for schema in extraSchemas: newSchema = xmlschema.XMLSchema(schema)