From 44ba1180291e9a5efdafbb03f9fa503ee816daa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Luka=C5=A1=C3=ADk?= Date: Sat, 16 May 2020 00:26:54 +0200 Subject: [PATCH] readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b25219 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Metaschema modeling language + +## Introduction + +Metaschema framework is s an information modeling methodology. Metaschema +framework is developed by [NIST](https://pages.nist.gov/metaschema/). An +information model developed using this framework can be used to automatically: + + * Generate associated XML and JSON schema + * Produce model documentation + * Create content converters capable of converting between XML and JSON formats + * Data APIs for use in application code + +## Golang Extension + +This project extends metaschema beyond xml/json/yaml. This project allows users +to generate golang code for processing those xml/json/yaml files out of NIST's +metaschema.