generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<element xmlns="http://relaxng.org/ns/structure/1.0" name="device">
|
||||
<choice>
|
||||
<group>
|
||||
<attribute name="link">
|
||||
<value>ethernet</value>
|
||||
</attribute>
|
||||
<optional>
|
||||
<element name="ethernet-element">
|
||||
<text/>
|
||||
</element>
|
||||
</optional>
|
||||
</group>
|
||||
<group>
|
||||
<attribute name="link">
|
||||
<value>serial</value>
|
||||
</attribute>
|
||||
<optional>
|
||||
<element name="serial-element">
|
||||
<text/>
|
||||
</element>
|
||||
</optional>
|
||||
</group>
|
||||
</choice>
|
||||
</element>
|
||||
Reference in New Issue
Block a user