VirtualBox

Changeset 6076 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Dec 14, 2007 7:23:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26769
Message:

Merged dmik/s2 branch (r25959:26751) to the trunk.

Location:
trunk/src/VBox/Main/xml
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r5999 r6076  
    303303  <xsd:attribute name="port" type="xsd:token"/>
    304304  <xsd:attribute name="remote" type="xsd:token"/>
    305   <xsd:attribute name="maskedInterfaces" type="xsd:unsignedInt"/>
     305  <xsd:attribute name="maskedInterfaces" type="xsd:unsignedInt" default="0"/>
    306306</xsd:complexType>
    307307
     
    437437
    438438<xsd:complexType name="TRemoteDisplay">
    439   <xsd:attribute name="enabled" type="xsd:boolean"/>
     439  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    440440  <xsd:attribute name="port" type="xsd:unsignedInt" default="0"/>
    441441  <xsd:attribute name="netAddress" type="xsd:token" default=""/>
     
    644644<xsd:complexType name="THardware">
    645645  <xsd:all>
    646     <xsd:element name="CPU" type="TCPU" minOccurs = "0"/>
     646    <xsd:element name="CPU" type="TCPU" minOccurs="0"/>
    647647    <xsd:element name="Memory" type="TMemory"/>
    648648    <xsd:element name="Boot" type="TBoot">
     
    708708  <!--- @todo (dmik) make lastStateChange required on next format change! -->
    709709  <xsd:attribute name="lastStateChange" type="TPresentDateTimeUTC"/>
    710   <xsd:attribute name="aborted" type="xsd:boolean"/>
     710  <xsd:attribute name="aborted" type="xsd:boolean" default="false"/>
    711711  <xsd:attribute name="currentStateModified" type="xsd:boolean" default="true"/>
    712712</xsd:complexType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd

    r5999 r6076  
    8686
    8787<xsd:complexType name="TAudioAdapter">
    88   <xsd:attribute name="enabled" type="xsd:boolean"/>
     88  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8989  <xsd:attribute name="driver" use="required">
    9090    <!--- @todo (dmik) capitalize enum values on next format change! -->
  • trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd

    r6056 r6076  
    8686
    8787<xsd:complexType name="TAudioAdapter">
    88   <xsd:attribute name="enabled" type="xsd:boolean"/>
     88  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8989  <xsd:attribute name="driver" use="required">
    9090    <!--- @todo (dmik) capitalize enum values on next format change! -->
  • trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd

    r5999 r6076  
    8686
    8787<xsd:complexType name="TAudioAdapter">
    88   <xsd:attribute name="enabled" type="xsd:boolean"/>
     88  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8989  <xsd:attribute name="driver" use="required">
    9090    <!--- @todo (dmik) capitalize enum values on next format change! -->
  • trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd

    r5999 r6076  
    8686
    8787<xsd:complexType name="TAudioAdapter">
    88   <xsd:attribute name="enabled" type="xsd:boolean"/>
     88  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8989  <xsd:attribute name="driver" use="required">
    9090    <!--- @todo (dmik) capitalize enum values on next format change! -->
  • trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd

    r5999 r6076  
    8686
    8787<xsd:complexType name="TAudioAdapter">
    88   <xsd:attribute name="enabled" type="xsd:boolean"/>
     88  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8989  <xsd:attribute name="driver" use="required">
    9090    <!--- @todo (dmik) capitalize enum values on next format change! -->
  • trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd

    r5999 r6076  
    8484
    8585<xsd:complexType name="TAudioAdapter">
    86   <xsd:attribute name="enabled" type="xsd:boolean"/>
     86  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    8787  <xsd:attribute name="driver" use="required">
    8888    <!--- @todo (dmik) capitalize enum values on next format change! -->
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette