]> gitweb @ CieloNegro.org - Rakka.git/blob - schemas/rakka-config-1.0.rng
/systemConfig now works
[Rakka.git] / schemas / rakka-config-1.0.rng
1 <?xml version="1.0" encoding="utf-8"?>
2 <grammar ns="http://cielonegro.org/schema/Rakka/Config/1.0"
3          datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
4          xmlns="http://relaxng.org/ns/structure/1.0">
5
6   <start>
7     <element name="systemConfig">
8       
9       <zeroOrMore>
10         <element name="value">
11
12           <attribute name="path">
13             <text />
14           </attribute>
15           
16           <text />
17
18         </element>
19       </zeroOrMore>
20
21     </element>
22   </start>
23
24 </grammar>