-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic metaschema tutorial for #260.
- Loading branch information
1 parent
8a311a8
commit 8dfb532
Showing
1 changed file
with
15 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,15 @@ | ||
--- | ||
title: "Getting Started with Metaschema" | ||
Description: "" | ||
heading: Getting Started with Metaschema | ||
menu: | ||
primary: | ||
name: Tutorials | ||
weight: 10 | ||
--- | ||
|
||
Metaschema is a framework for modeling information into data formats. To start, let us imagine we want to exchange information about computers. How do we model a computer in Metaschema? We start with a metaschema definition. | ||
|
||
```xml | ||
<METASCHEMA></METASCHEMA> | ||
``` |