- Timestamp:
- Jun 13, 2013 2:02:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r46518 r46533 735 735 pelmRoot->setAttribute("xmlns:vbox", "http://www.virtualbox.org/ovf/machine"); 736 736 // 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 } 737 745 738 746 // <Envelope>/<References>
Note:
See TracChangeset
for help on using the changeset viewer.