From 3600828925b4f02fcf472797c5cf526d24f53f63 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sun, 27 Dec 2020 11:42:52 +0100 Subject: [PATCH] added the XSD file and the XML test file --- Test.xml | 23 ++++++++++ config.xsd | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 Test.xml create mode 100644 config.xsd diff --git a/Test.xml b/Test.xml new file mode 100644 index 0000000..244ae6b --- /dev/null +++ b/Test.xml @@ -0,0 +1,23 @@ + + + + + + GPIO_2 + + + + + 1.2 + 2.5 + + + GPIO_3 + GPIO_4 + GPIO_5 + GPIO_6 + + + + \ No newline at end of file diff --git a/config.xsd b/config.xsd new file mode 100644 index 0000000..7d13854 --- /dev/null +++ b/config.xsd @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file