From c14d0d4edae22b0ef5aa477dbe35a8f0cd216751 Mon Sep 17 00:00:00 2001 From: Pierre Choffet Date: Wed, 23 Oct 2019 19:48:15 -0400 Subject: [PATCH] Fix the schema to validate all the monthly files The monthly files however have wrong namespace declaration at its root. Fixing this is beyond the scope of this repo. See eccc_to_commons for this. --- bulkschema.xsd | 208 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 178 insertions(+), 30 deletions(-) diff --git a/bulkschema.xsd b/bulkschema.xsd index bb73eaa..ccc4633 100644 --- a/bulkschema.xsd +++ b/bulkschema.xsd @@ -1,3 +1,4 @@ + @@ -10,10 +11,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -24,37 +66,143 @@ - - - - - - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -62,4 +210,4 @@ - \ No newline at end of file + -- 2.42.0