7.11. Virtual Machine Types

The vm_types element defines each virtual machine type (vm_type) available for creation in a virtual environment.
<capabilities>
    <version major="3" minor="3">
        ...
        <vm_types>
            <vm_type>desktop</vm_type>
            <vm_type>server</vm_type>
        </vm_types>
        ...
    </version>
</capabilities>