VirtualBox

source: vbox/trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd@ 16560

Last change on this file since 16560 was 15708, checked in by vboxsync, 15 years ago

Main: #3424: Bumped XML format version to 1.6 and so that the auto-converter will delete old <HostInterface> nodes containing TAPSetup/TAPTerminate attributes. Removed all (obsolete) sections of code in #ifdef VBOX_WITH_UNIXY_TAP_NETWORKING (that uses these attributes); removed the define itself.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * :tabSize=2:indentSize=2:noTabs=true:
4 * :folding=explicit:collapseFolds=1:
5 *
6 * Sun xVM VirtualBox Settings Schema Version 1.0-linux
7
8 Copyright (C) 2004-2008 Sun Microsystems, Inc.
9
10 This file is part of VirtualBox Open Source Edition (OSE), as
11 available from http://www.virtualbox.org. This file is free software;
12 you can redistribute it and/or modify it under the terms of the GNU
13 General Public License (GPL) as published by the Free Software
14 Foundation, in version 2 as it comes in the "COPYING" file of the
15 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17
18 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
19 Clara, CA 95054 USA or visit http://www.sun.com if you need
20 additional information or have any questions.
21-->
22
23<xsd:schema
24 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
25 xmlns="http://www.innotek.de/VirtualBox-settings"
26 xmlns:vb="http://www.innotek.de/VirtualBox-settings"
27 targetNamespace="http://www.innotek.de/VirtualBox-settings"
28 elementFormDefault="qualified"
29>
30
31<xsd:annotation>
32 <xsd:documentation xml:lang="en">
33 Sun xVM VirtualBox Settings Schema (linux).
34 Copyright (c) 2004-2008 Sun Microsystems, Inc.
35 </xsd:documentation>
36</xsd:annotation>
37
38<xsd:include schemaLocation="VirtualBox-settings-common.xsd"/>
39
40<!--
41 this includes a computed VirtualBox element definition that contains
42 a proper 'version' attribute constraint (e.g. recent verison number
43 and platform suffix)
44-->
45<xsd:include schemaLocation="VirtualBox-settings-root.xsd"/>
46
47<!--
48// Simple types
49/////////////////////////////////////////////////////////////////////////
50-->
51
52<!--
53// Complex types
54/////////////////////////////////////////////////////////////////////////
55-->
56
57<xsd:complexType name="TMemory">
58 <xsd:attribute name="RAMSize" use="required">
59 <xsd:simpleType>
60 <xsd:restriction base="xsd:unsignedInt">
61 <xsd:minInclusive value="4"/>
62 <xsd:maxInclusive value="3584"/>
63 </xsd:restriction>
64 </xsd:simpleType>
65 </xsd:attribute>
66</xsd:complexType>
67
68<xsd:complexType name="TAudioAdapter">
69 <xsd:complexContent>
70 <xsd:extension base="TAudioAdapterBase">
71 <xsd:attribute name="driver" use="required">
72 <xsd:simpleType>
73 <xsd:restriction base="xsd:token">
74 <xsd:enumeration value="Null"/>
75 <xsd:enumeration value="OSS"/>
76 <xsd:enumeration value="ALSA"/>
77 <xsd:enumeration value="Pulse"/>
78 </xsd:restriction>
79 </xsd:simpleType>
80 </xsd:attribute>
81 </xsd:extension>
82 </xsd:complexContent>
83</xsd:complexType>
84
85</xsd:schema>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use