From 8dfb532186c4a8a609b2cb71cc67f37d1fa6c15f Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 16 Dec 2022 11:17:36 -0500 Subject: [PATCH] Add basic metaschema tutorial for usnistgov/metaschema#260. --- website/content/tutorials/_index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/content/tutorials/_index.md diff --git a/website/content/tutorials/_index.md b/website/content/tutorials/_index.md new file mode 100644 index 000000000..e4ab1cfcf --- /dev/null +++ b/website/content/tutorials/_index.md @@ -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 + +``` \ No newline at end of file