Update relaxng devices option element
Signed-off-by: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
This commit is contained in:
parent
b1b005964f
commit
09e324254e
@ -212,8 +212,8 @@ the parser will complain about missing combine= attribute on the second <start>.
|
|||||||
</doc:description>
|
</doc:description>
|
||||||
<attribute name="backend-domain">
|
<attribute name="backend-domain">
|
||||||
<doc:description>
|
<doc:description>
|
||||||
Backend domain name.
|
Backend domain name.
|
||||||
</doc:description>
|
</doc:description>
|
||||||
<data type="string">
|
<data type="string">
|
||||||
<param name="pattern">[a-z0-9_]+</param>
|
<param name="pattern">[a-z0-9_]+</param>
|
||||||
</data>
|
</data>
|
||||||
@ -224,6 +224,15 @@ the parser will complain about missing combine= attribute on the second <start>.
|
|||||||
<param name="pattern">[0-9a-f]{2}:[0-9a-f]{2}.[0-9a-f]{2}</param>
|
<param name="pattern">[0-9a-f]{2}:[0-9a-f]{2}.[0-9a-f]{2}</param>
|
||||||
</data>
|
</data>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
<optional>
|
||||||
|
<element name="options">
|
||||||
|
<doc:description>
|
||||||
|
Options
|
||||||
|
</doc:description>
|
||||||
|
<data type="string">
|
||||||
|
</data>
|
||||||
|
</element>
|
||||||
|
</optional>
|
||||||
</element>
|
</element>
|
||||||
</oneOrMore>
|
</oneOrMore>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user