diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-06 09:55:57 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-06 09:55:57 +0000 |
commit | ce68503d5c74585f7f4df8a9ad3d54f927dfbcad (patch) | |
tree | fd6752463db7105c7c396b7b9382b640cd85fc3b /inspector/virt-inspector.rng | |
parent | a59dcdbd1b0a28c960e3792165a13f2daf4f6c35 (diff) | |
download | libguestfs-ce68503d5c74585f7f4df8a9ad3d54f927dfbcad.tar.gz libguestfs-ce68503d5c74585f7f4df8a9ad3d54f927dfbcad.tar.xz libguestfs-ce68503d5c74585f7f4df8a9ad3d54f927dfbcad.zip |
inspector: Update example XML and RNG schema.
This updates commit a59dcdbd1b0a28c960e3792165a13f2daf4f6c35.
Diffstat (limited to 'inspector/virt-inspector.rng')
-rw-r--r-- | inspector/virt-inspector.rng | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index c8f6075e..89f9e6c0 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -90,7 +90,10 @@ <zeroOrMore> <element name="application"> <element name="name"><text/></element> + <optional><element name="epoch"><text/></element></optional> <element name="version"><text/></element> + <element name="release"><text/></element> + <element name="arch"><text/></element> </element> </zeroOrMore> </element> |