]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - schemas/rakka-config-1.0.rng
/systemConfig now works
[Rakka.git] / schemas / rakka-config-1.0.rng
diff --git a/schemas/rakka-config-1.0.rng b/schemas/rakka-config-1.0.rng
new file mode 100644 (file)
index 0000000..f6a9287
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grammar ns="http://cielonegro.org/schema/Rakka/Config/1.0"
+         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
+         xmlns="http://relaxng.org/ns/structure/1.0">
+
+  <start>
+    <element name="systemConfig">
+      
+      <zeroOrMore>
+       <element name="value">
+
+         <attribute name="path">
+           <text />
+         </attribute>
+         
+         <text />
+
+       </element>
+      </zeroOrMore>
+
+    </element>
+  </start>
+
+</grammar>
\ No newline at end of file