From de2759c65b60face476c08766619184218d36322 Mon Sep 17 00:00:00 2001 From: Wendell Piez Date: Tue, 23 Aug 2022 08:42:58 -0400 Subject: [PATCH] Addressing Issue #223: now includes all simpleType definitions down their dependency graph (within a given set of definitions), preventing orphans when atomic datatypes are built on top of one another in XSD generation. (#227) --- .../schema-gen/make-metaschema-xsd.xsl | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/toolchains/xslt-M4/schema-gen/make-metaschema-xsd.xsl b/toolchains/xslt-M4/schema-gen/make-metaschema-xsd.xsl index ac706a1fa..d62a1e9e9 100644 --- a/toolchains/xslt-M4/schema-gen/make-metaschema-xsd.xsl +++ b/toolchains/xslt-M4/schema-gen/make-metaschema-xsd.xsl @@ -114,10 +114,32 @@ - + + + + + + + + + + + + + + + + + + + + + + +