Issue 830: Make vcloud the default XML namespace

This commit is contained in:
Andrew Donald Kennedy 2012-03-16 11:17:16 +00:00
parent ab1de34bcd
commit f90135097f
1 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/" ns1:required="false" xmlns:ns2="http://www.vmware.com/vcloud/v1.5" xmlns:ns1="http://schemas.dmtf.org/ovf/envelope/1">
<ns1:Info>VApp lease settings</ns1:Info>
<ns2:Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/"/>
<ns2:DeploymentLeaseInSeconds>3600</ns2:DeploymentLeaseInSeconds>
<ns2:StorageLeaseInSeconds>3600</ns2:StorageLeaseInSeconds>
<ns2:DeploymentLeaseExpiration>2010-01-21T21:50:59.764-08:00</ns2:DeploymentLeaseExpiration>
</ns2:LeaseSettingsSection>
<LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/" ovf:required="false" xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1">
<ovf:Info>VApp lease settings</ovf:Info>
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="http://vcloud.example.com/api/v1.5/vAppTemplate/vAppTemplate-7/leaseSettingsSection/"/>
<DeploymentLeaseInSeconds>3600</DeploymentLeaseInSeconds>
<StorageLeaseInSeconds>3600</StorageLeaseInSeconds>
<DeploymentLeaseExpiration>2010-01-21T21:50:59.764-08:00</DeploymentLeaseExpiration>
</LeaseSettingsSection>