blob: aff0fc6068334a48892cebfd27c74c75ce3055c6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Environment xmlns="http://schemas.dmtf.org/ovf/environment/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1"
xsi:schemaLocation="http://schemas.dmtf.org/ovf/environment/1 http://schemas.dmtf.org/ovf/environment/1/dsp8027.xsd"
ovfenv:id="DB1">
<!-- This example reference a local schema file, to validate against online schema use:
xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.0.0.xsd"
-->
<!-- Information about hypervisor platform -->
<PlatformSection>
<Kind>ESX Server</Kind>
<Version>3.0.1</Version>
<Vendor>VMware, Inc.</Vendor>
<Locale>en_US</Locale>
</PlatformSection>
<!--- Properties defined for this virtual machine -->
<PropertySection>
<Property ovfenv:key="cm:one:foo" ovfenv:value="bar"/>
<Property ovfenv:key="cm:one:bar" ovfenv:value="baz"/>
<Property ovfenv:key="cm:two:baz" ovfenv:value="quux"/>
<Property ovfenv:key="some.random.property" ovfenv:value="value"/>
</PropertySection>
</Environment>