提交 25f7fa05 编写于 作者: D Diego Elio Pettenò 提交者: Daniel Veillard

Small change of RNG syntax for domain

* docs/schemas/domain.rng: As trang seems to bug with <optional><oneOrMore>
  replace it with <zeroOrMore>
上级 c11a82b6
...@@ -980,27 +980,25 @@ ...@@ -980,27 +980,25 @@
</attribute> </attribute>
</define> </define>
<define name="qemucdevSrcDef"> <define name="qemucdevSrcDef">
<optional> <zeroOrMore>
<oneOrMore> <element name="source">
<element name="source"> <optional>
<optional> <attribute name="mode"/>
<attribute name="mode"/> </optional>
</optional> <optional>
<optional> <attribute name="path"/>
<attribute name="path"/> </optional>
</optional> <optional>
<optional> <attribute name="host"/>
<attribute name="host"/> </optional>
</optional> <optional>
<optional> <attribute name="service"/>
<attribute name="service"/> </optional>
</optional> <optional>
<optional> <attribute name="wiremode"/>
<attribute name="wiremode"/> </optional>
</optional> </element>
</element> </zeroOrMore>
</oneOrMore>
</optional>
<optional> <optional>
<element name="protocol"> <element name="protocol">
<optional> <optional>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册