VirtualBox

Changeset 46533 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2013 2:02:29 PM (12 years ago)
Author:
vboxsync
Message:

added the XML schemas URI for the EPASD and SASD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r46518 r46533  
    735735    pelmRoot->setAttribute("xmlns:vbox", "http://www.virtualbox.org/ovf/machine");
    736736    //         pelmRoot->setAttribute("xsi:schemaLocation", "http://schemas.dmtf.org/ovf/envelope/1 ../ovf-envelope.xsd");
     737
     738    if (enFormat == ovf::OVFVersion_2_0)
     739    {
     740        pelmRoot->setAttribute("xmlns:epasd",
     741        "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPortAllocationSettingData.xsd");
     742        pelmRoot->setAttribute("xmlns:sasd",
     743        "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_StorageAllocationSettingData.xsd");
     744    }
    737745
    738746    // <Envelope>/<References>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette