提交 ad4dde3d 编写于 作者: M Matthew Booth 提交者: Daniel Veillard

Fix whitespace in domain.rng

* src/schemas/domain.rng: Replace tabs with 8 spaces
上级 6fe15e35
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
<ref name="unsignedInt"/> <ref name="unsignedInt"/>
</attribute> </attribute>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</element> </element>
</define> </define>
...@@ -602,7 +602,7 @@ ...@@ -602,7 +602,7 @@
</group> </group>
</choice> </choice>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</element> </element>
</define> </define>
...@@ -761,7 +761,7 @@ ...@@ -761,7 +761,7 @@
</element> </element>
</optional> </optional>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</interleave> </interleave>
</define> </define>
...@@ -1014,7 +1014,7 @@ ...@@ -1014,7 +1014,7 @@
</element> </element>
</optional> </optional>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</interleave> </interleave>
</define> </define>
...@@ -1145,9 +1145,9 @@ ...@@ -1145,9 +1145,9 @@
<interleave> <interleave>
<ref name="qemucdevSrcDef"/> <ref name="qemucdevSrcDef"/>
<ref name="guestfwdTarget"/> <ref name="guestfwdTarget"/>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</interleave> </interleave>
</element> </element>
</define> </define>
...@@ -1169,7 +1169,7 @@ ...@@ -1169,7 +1169,7 @@
</attribute> </attribute>
</optional> </optional>
<optional> <optional>
<ref name="address"/> <ref name="address"/>
</optional> </optional>
</element> </element>
</define> </define>
...@@ -1198,12 +1198,12 @@ ...@@ -1198,12 +1198,12 @@
<group> <group>
<element name="source"> <element name="source">
<choice> <choice>
<group> <group>
<ref name="usbproduct"/> <ref name="usbproduct"/>
<optional> <optional>
<ref name="usbaddress"/> <ref name="usbaddress"/>
</optional> </optional>
</group> </group>
<ref name="usbaddress"/> <ref name="usbaddress"/>
<element name="address"> <element name="address">
<ref name="pciaddress"/> <ref name="pciaddress"/>
...@@ -1262,7 +1262,7 @@ ...@@ -1262,7 +1262,7 @@
</optional> </optional>
<optional> <optional>
<attribute name="bus"> <attribute name="bus">
<ref name="driveBus"/> <ref name="driveBus"/>
</attribute> </attribute>
</optional> </optional>
<attribute name="unit"> <attribute name="unit">
...@@ -1401,18 +1401,18 @@ ...@@ -1401,18 +1401,18 @@
<define name="address"> <define name="address">
<element name="address"> <element name="address">
<choice> <choice>
<group> <group>
<attribute name="type"> <attribute name="type">
<value>pci</value> <value>pci</value>
</attribute> </attribute>
<ref name="pciaddress"/> <ref name="pciaddress"/>
</group> </group>
<group> <group>
<attribute name="type"> <attribute name="type">
<value>drive</value> <value>drive</value>
</attribute> </attribute>
<ref name="driveaddress"/> <ref name="driveaddress"/>
</group> </group>
</choice> </choice>
</element> </element>
</define> </define>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册