Skip to content

Commit

Permalink
added schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 28, 2018
1 parent 7509005 commit 6950d93
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/autoyast-rnc/tftp-server.rng
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<grammar ns="http://www.suse.com/1.0/yast2ns" xmlns="http://relaxng.org/ns/structure/1.0">
<define name="tftp-server">
<element name="tftp-server">
<interleave>
<optional>
<element name="tftp_directory">
<text/>
</element>
</optional>
<optional>
<element name="start_tftpd">
<ref name="BOOLEAN"/>
</element>
</optional>
</interleave>
</element>
</define>
</grammar>

0 comments on commit 6950d93

Please sign in to comment.