schema: domaincaps: make machine element optional

Commit df769041c made the 'machine' element in domaincaps
optional. Update the schema to reflect that.
This commit is contained in:
Roman Bogorodskiy 2017-03-26 18:35:14 +04:00
parent 4035baebb7
commit c27aa64786

View File

@ -17,9 +17,11 @@
<element name='domain'> <element name='domain'>
<text/> <text/>
</element> </element>
<element name='machine'> <optional>
<text/> <element name='machine'>
</element> <text/>
</element>
</optional>
<element name='arch'> <element name='arch'>
<text/> <text/>
</element> </element>