
5 Jun
2012
5 Jun
'12
10:39 a.m.
On 21.05.2012 15:39, Marcelo Cerri wrote:
--- docs/schemas/domaincommon.rng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 34f63c3..891c484 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -55,9 +55,9 @@ <optional> <ref name="devices"/> </optional> - <optional> + <zeroOrMore> <ref name="seclabel"/> - </optional> + </zeroOrMore>> <optional> <ref name='qemucmdline'/> </optional>
ACK Although, this may be merged with the previous patch. (See my comment to whole patchset) Michal