diff options
Diffstat (limited to 'inspector/virt-inspector.rng')
-rw-r--r-- | inspector/virt-inspector.rng | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index 7a822e68..669e8bc6 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -47,6 +47,7 @@ <ref name="mountpoints"/> <ref name="filesystems"/> + <optional><ref name="drive_mappings"/></optional> <optional><ref name="applications"/></optional> </interleave> @@ -83,6 +84,18 @@ </element> </define> + <!-- drive mappings (for Windows) --> + <define name="drive_mappings"> + <element name="drive_mappings"> + <oneOrMore> + <element name="drive_mapping"> + <attribute name="name"><text/></attribute> + <text/> + </element> + </oneOrMore> + </element> + </define> + <!-- applications installed --> <define name="applications"> <element name="applications"> |