From 7bfa48ffe4ec23052c3fd833b3c0197b5c705dc0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 16 Jan 2017 15:35:41 +0700 Subject: Real initial commit. --- schema/component_definition.rng | 83 +++++++++++++++ schema/interface_definition.rng | 230 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 313 insertions(+) create mode 100644 schema/component_definition.rng create mode 100644 schema/interface_definition.rng (limited to 'schema') diff --git a/schema/component_definition.rng b/schema/component_definition.rng new file mode 100644 index 0000000..4dbb5b8 --- /dev/null +++ b/schema/component_definition.rng @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/schema/interface_definition.rng b/schema/interface_definition.rng new file mode 100644 index 0000000..8aa3ed5 --- /dev/null +++ b/schema/interface_definition.rng @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3