schema: properly set tap and vhost backend attributes optional

Each attribute is optional, commit af8b4a2 forgot to mention that.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Jianwei Hu 2014-09-22 21:46:29 +08:00 committed by Martin Kletzander
parent 3035123d65
commit e1dfb6681a
1 changed files with 4 additions and 0 deletions

View File

@ -2313,12 +2313,16 @@
</optional>
<optional>
<element name="backend">
<optional>
<attribute name='tap'>
<ref name='absFilePath'/>
</attribute>
</optional>
<optional>
<attribute name='vhost'>
<ref name='absFilePath'/>
</attribute>
</optional>
</element>
</optional>
<optional>