VirtualBox

source: vbox/trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.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 Author Date Id Revision
File size: 2.3 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 VirtualBox Settings Schema Version 1.0-solaris
7
8 Copyright (C) 2004-2009 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 VirtualBox Settings Schema (solaris).
34 Copyright (c) 2004-2009 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="TAudioAdapter">
58 <xsd:complexContent>
59 <xsd:extension base="TAudioAdapterBase">
60 <xsd:attribute name="driver" use="required">
61 <xsd:simpleType>
62 <xsd:restriction base="xsd:token">
63 <xsd:enumeration value="Null"/>
64 <xsd:enumeration value="SolAudio"/>
65 <xsd:enumeration value="OSS"/>
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