summaryrefslogtreecommitdiffstats
path: root/src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd')
-rw-r--r--src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd30
1 files changed, 29 insertions, 1 deletions
diff --git a/src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd b/src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd
index b5dbbf8..addfb4a 100644
--- a/src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd
+++ b/src/main/resources/virtualbox/xsd/VirtualBox-settings_v1-17.xsd
@@ -245,6 +245,14 @@
</xsd:restriction>
</xsd:simpleType>
+<xsd:simpleType name="TDisplayControllerType">
+ <xsd:restriction base="xsd:token">
+ <xsd:enumeration value="VBoxVGA"/>
+ <xsd:enumeration value="VMSVGA"/>
+ <xsd:enumeration value="VBoxSVGA"/>
+ </xsd:restriction>
+</xsd:simpleType>
+
<!--
// Complex types
/////////////////////////////////////////////////////////////////////////
@@ -521,10 +529,18 @@
<xsd:attribute name="enabled" type="xsd:boolean"/>
</xsd:complexType>
+<xsd:complexType name="TNestedHWVirtType">
+ <xsd:attribute name="enabled" type="xsd:boolean"/>
+</xsd:complexType>
+
<xsd:complexType name="TLongModeType">
<xsd:attribute name="enabled" type="xsd:boolean"/>
</xsd:complexType>
+<xsd:complexType name="TX2APICType">
+ <xsd:attribute name="enabled" type="xsd:boolean"/>
+</xsd:complexType>
+
<xsd:complexType name="THardwareVirtExLargePages">
<xsd:attribute name="enabled" type="xsd:boolean"/>
</xsd:complexType>
@@ -562,7 +578,9 @@
<xsd:element name="HardwareVirtExVPID" type="THWVirtExVPIDType" minOccurs="0"/>
<xsd:element name="HardwareVirtExUX" type="THWVirtExUXType" minOccurs="0"/>
<xsd:element name="PAE" type="TPAEType" minOccurs="0"/>
+ <xsd:element name="NestedHWVirt" type="TNestedHWVirtType" minOccurs="0"/>
<xsd:element name="LongMode" type="TLongModeType" minOccurs="0"/>
+ <xsd:element name="X2APIC" type="TX2APICType" minOccurs="0"/>
<xsd:element name="HardwareVirtExLargePages" type="THardwareVirtExLargePages" minOccurs="0"/>
<xsd:element name="HardwareVirtForce" type="THardwareVirtForce" minOccurs="0"/>
<xsd:element name="SyntheticCpu" type="TSyntheticCpuType" minOccurs="0"/>
@@ -608,6 +626,7 @@
<xsd:attribute name="MonitorCount" type="TMonitorCount"/> <!-- deprecated -->
<xsd:attribute name="accelerate3D" type="xsd:boolean" default="false"/>
<xsd:attribute name="accelerate2DVideo" type="xsd:boolean" default="false"/>
+ <xsd:attribute name="controller" type="TDisplayControllerType" default="VBoxSVGA"/>
</xsd:complexType>
<xsd:complexType name="TVideoRecording">
@@ -705,6 +724,11 @@
<xsd:attribute name="enabled" type="xsd:boolean" default="false"/>
</xsd:complexType>
</xsd:element>
+ <xsd:element name="SmbiosUuidLittleEndian" minOccurs="0">
+ <xsd:complexType>
+ <xsd:attribute name="enabled" type="xsd:boolean" default="false"/>
+ </xsd:complexType>
+ </xsd:element>
<xsd:element name="IDEController" minOccurs="0"> <!-- deprecated -->
<xsd:complexType>
<xsd:attribute name="type">
@@ -866,6 +890,8 @@
<xsd:complexType name="TAudioAdapter">
<xsd:attribute name="enabled" type="xsd:boolean" default="false"/>
+ <xsd:attribute name="enabledIn" type="xsd:boolean" default="false"/>
+ <xsd:attribute name="enabledOut" type="xsd:boolean" default="false"/>
<xsd:attribute name="controller" default="AC97">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
@@ -875,6 +901,7 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
+ <xsd:attribute name="codec" type="xsd:string" use="optional"/>
<xsd:attribute name="driver" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
@@ -1135,7 +1162,7 @@
</xsd:complexType>
<xsd:complexType name="TClipboard">
- <xsd:attribute name="mode" type="TClipboardMode" use="required"/>
+ <xsd:attribute name="mode" type="TClipboardMode" default="Disabled"/>
</xsd:complexType>
<xsd:complexType name="TDragAndDrop">
@@ -1401,6 +1428,7 @@
<xsd:element name="StorageControllers" type="TStorageControllers" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="version" type="xsd:string" default="2"/>
+ <xsd:attribute name="uuid" type="TNonNullUUID" use="optional"/>
</xsd:complexType>
<xsd:complexType name="TGroup">