Changeset 7442 in vbox for trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd
- Timestamp:
- Mar 13, 2008 2:33:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd
r6606 r7442 27 27 <xsd:annotation> 28 28 <xsd:documentation xml:lang="en"> 29 innotek VirtualBox Settings Schema Version 1.0-os2.30 Copyright (c) 2004-200 7innotek GmbH.29 innotek VirtualBox Settings Schema (os2). 30 Copyright (c) 2004-2008 innotek GmbH. 31 31 </xsd:documentation> 32 32 </xsd:annotation> 33 33 34 34 <xsd:include schemaLocation="VirtualBox-settings-common.xsd"/> 35 36 <!-- 37 this includes a computed VirtualBox element definition that contains 38 a proper 'version' attribute constraint (e.g. recent verison number 39 and platform suffix) 40 --> 41 <xsd:include schemaLocation="VirtualBox-settings-root.xsd"/> 35 42 36 43 <!-- … … 101 108 </xsd:complexType> 102 109 103 <!--104 // Root element105 /////////////////////////////////////////////////////////////////////////106 -->107 108 <xsd:element name="VirtualBox">109 <xsd:complexType>110 <xsd:complexContent>111 <xsd:extension base="TVirtualBox">112 <xsd:attribute name="version" type="xsd:token" fixed="1.2-os2" use="required"/>113 </xsd:extension>114 </xsd:complexContent>115 </xsd:complexType>116 </xsd:element>117 118 110 </xsd:schema>
Note:
See TracChangeset
for help on using the changeset viewer.