Skip to content

Commit

Permalink
updating metaschema build pipeline. Resolves #792 and #814.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Feb 26, 2021
1 parent 3f4fc52 commit 5b7bb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/metaschema
Submodule metaschema updated 60 files
+24 −0 config.sh
+1,143 −0 metaschema-compare-dev.xpr
+2,300 −0 metaschema-modeling.xpr
+2 −0 test-suite/.gitignore
+55 −0 test-suite/schema-generation/scratchdir/local-declarations/global-and-local.svrl
+70 −0 test-suite/schema-generation/scratchdir/local-declarations/global-and-local_generated-json-schema.json
+150 −0 test-suite/schema-generation/scratchdir/local-declarations/global-and-local_generated-xml-schema.xsd
+58 −0 test-suite/schema-generation/scratchdir/metaschema-collect.xsl
+40 −0 test-suite/schema-generation/scratchdir/metaschema-compose.xsl
+88 −0 test-suite/schema-generation/scratchdir/metaschema-digest.xsl
+95 −0 test-suite/schema-generation/scratchdir/metaschema-metaprocess.xsl
+113 −0 test-suite/schema-generation/scratchdir/metaschema-reduce1.xsl
+8 −5 test-suite/schema-generation/scratchdir/metaschema-reduce2.xsl
+929 −0 test-suite/schema-generation/scratchdir/metaschema-schematron-compiled.xsl
+54 −0 test-suite/schema-generation/scratchdir/metaschema-validation-support.xsl
+121 −0 test-suite/schema-generation/scratchdir/oscal-datatypes-check.xsl
+36 −0 test-suite/schema-generation/scratchdir/working/group-as-singleton-or-array-optional-local.svrl
+26 −0 .../schema-generation/scratchdir/working/group-as-singleton-or-array-optional-local_generated-json-schema.json
+45 −0 ...te/schema-generation/scratchdir/working/group-as-singleton-or-array-optional-local_generated-xml-schema.xsd
+7,163 −0 test-suite/test/SilentEsper-oscal-package-schema.json
+1,075 −0 test-suite/test/catalog-schema.json
+11 −0 test-suite/test/micro-catalog.json
+1,143 −0 test-suite/test/oscal_catalog_schema-rc1.json
+1,075 −0 test-suite/test/oscal_catalog_schema-rc2.json
+42 −0 test-suite/test/schema-schema.json
+28 −9 test-suite/worked-examples/anthology/anthology_metaschema.xml
+149 −157 test-suite/worked-examples/anthology/anthology_metaschema_JSON-SCHEMA.json
+0 −90 test-suite/worked-examples/anthology/anthology_metaschema_METATRON.sch
+223 −358 test-suite/worked-examples/anthology/anthology_metaschema_XML-SCHEMA.xsd
+79 −0 test-suite/worked-examples/anthology/good-stuff-json.xml
+6 −1 test-suite/worked-examples/anthology/good-stuff.xml
+671 −0 test-suite/worked-examples/anthology/preview/anthology_metaschema-json-map.html
+4 −2 toolchains/xslt-M4/compose/make-model-map.xsl
+4 −4 toolchains/xslt-M4/compose/metaschema-compose-debug.xpl
+12 −14 toolchains/xslt-M4/compose/metaschema-reduce2.xsl
+1 −20 toolchains/xslt-M4/document/json/json-docs-hugo-uswds.xsl
+89 −0 toolchains/xslt-M4/document/testing.html
+4 −4 toolchains/xslt-M4/metaschema-compose.xpl
+7 −1 toolchains/xslt-M4/nist-metaschema-COMPOSE.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-JSON-DOCS.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-JSON-MAP.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-JSON-SCHEMA.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-JSON-TO-XML-CONVERTER.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-XML-DOCS.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-XML-MAP.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-XML-METATRON.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-XML-TO-JSON-CONVERTER.xsl
+1 −1 toolchains/xslt-M4/nist-metaschema-MAKE-XSD.xsl
+712 −0 toolchains/xslt-M4/schema-gen/make-json-schema-metamap-old.xsl
+13 −22 toolchains/xslt-M4/schema-gen/make-json-schema-metamap.xsl
+29 −20 toolchains/xslt-M4/schema-gen/make-metaschema-xsd.xsl
+278 −0 toolchains/xslt-M4/schema-gen/oscal-prose-module-old.xsd
+136 −246 toolchains/xslt-M4/schema-gen/oscal-prose-module.xsd
+273 −0 toolchains/xslt-M4/testing/latest-definition-map.xml
+718 −0 toolchains/xslt-M4/testing/latest-json-converter.xsl
+156 −0 toolchains/xslt-M4/testing/latest-json.xml
+388 −0 toolchains/xslt-M4/testing/latest-supermodel1.xml
+348 −0 toolchains/xslt-M4/testing/latest-xml-converter.xsl
+0 −1 toolchains/xslt-M4/validate/metaschema-check.sch
+1 −1 toolchains/xslt-M4/validate/metaschema.xsd

0 comments on commit 5b7bb39

Please sign in to comment.