提交 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,8 +980,7 @@ ...@@ -980,8 +980,7 @@
</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"/>
...@@ -999,8 +998,7 @@ ...@@ -999,8 +998,7 @@
<attribute name="wiremode"/> <attribute name="wiremode"/>
</optional> </optional>
</element> </element>
</oneOrMore> </zeroOrMore>
</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.
先完成此消息的编辑!
想要评论请 注册