You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
492 B
Plaintext

<?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>