inspector: Add tests for RELAX NG schema.
[libguestfs.git] / inspector / example4.xml
diff --git a/inspector/example4.xml b/inspector/example4.xml
new file mode 100644 (file)
index 0000000..1c21eed
--- /dev/null
@@ -0,0 +1,17 @@
+<operatingsystems>
+  <operatingsystem>
+    <name>windows</name>
+    <arch>i386</arch>
+    <root>/dev/vda1</root>
+    <mountpoints>
+      <mountpoint dev="/dev/vda1">/</mountpoint>
+    </mountpoints>
+    <filesystems>
+      <filesystem dev="/dev/vda1">
+        <type>ntfs</type>
+        <content>windows-root</content>
+      </filesystem>
+    </filesystems>
+    <applications></applications>
+  </operatingsystem>
+</operatingsystems>