Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
isimluk committed May 15, 2020
1 parent a4b8f2e commit 44ba118
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 44ba118

Please sign in to comment.