VirtualBox

source: vbox/trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd@ 25275

Last change on this file since 25275 was 23465, checked in by vboxsync, 15 years ago

header fixes

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

© 2023 Oracle
ContactPrivacy policyTerms of Use