-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |