diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Xsd/data.xsd (renamed from src/WixToolset.Data/WindowsInstaller/Xsd/outputs.xsd) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Xsd/outputs.xsd b/src/WixToolset.Data/WindowsInstaller/Xsd/data.xsd index 00e20f12..a3dc7e2b 100644 --- a/src/WixToolset.Data/WindowsInstaller/Xsd/outputs.xsd +++ b/src/WixToolset.Data/WindowsInstaller/Xsd/data.xsd | |||
@@ -3,20 +3,20 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | 5 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" |
6 | targetNamespace="http://wixtoolset.org/schemas/v4/wixout" | 6 | targetNamespace="http://wixtoolset.org/schemas/v4/windowsinstallerdata" |
7 | xmlns="http://wixtoolset.org/schemas/v4/wixout" | 7 | xmlns="http://wixtoolset.org/schemas/v4/windowsinstallerdata" |
8 | xmlns:objs="http://wixtoolset.org/schemas/v4/wixobj" | 8 | xmlns:objs="http://wixtoolset.org/schemas/v4/wixobj" |
9 | xmlns:tbls="http://wixtoolset.org/schemas/v4/wi/tables"> | 9 | xmlns:tbls="http://wixtoolset.org/schemas/v4/wi/tables"> |
10 | <xs:annotation> | 10 | <xs:annotation> |
11 | <xs:documentation> | 11 | <xs:documentation> |
12 | Schema for describing WiX Output files (.wixout). | 12 | Schema for describing WiX Windows Installer Data files. |
13 | </xs:documentation> | 13 | </xs:documentation> |
14 | </xs:annotation> | 14 | </xs:annotation> |
15 | 15 | ||
16 | <xs:import namespace="http://wixtoolset.org/schemas/v4/wixobj" schemaLocation="objects.xsd" /> | 16 | <xs:import namespace="http://wixtoolset.org/schemas/v4/wixobj" schemaLocation="objects.xsd" /> |
17 | <xs:import namespace="http://wixtoolset.org/schemas/v4/wi/tables" schemaLocation="tables.xsd" /> | 17 | <xs:import namespace="http://wixtoolset.org/schemas/v4/wi/tables" schemaLocation="tables.xsd" /> |
18 | 18 | ||
19 | <xs:element name="wixOutput"> | 19 | <xs:element name="windowsInstallerData"> |
20 | <xs:complexType> | 20 | <xs:complexType> |
21 | <xs:sequence> | 21 | <xs:sequence> |
22 | <xs:element ref="tbls:tableDefinitions" /> | 22 | <xs:element ref="tbls:tableDefinitions" /> |
@@ -54,7 +54,7 @@ | |||
54 | <xs:element name="subStorage"> | 54 | <xs:element name="subStorage"> |
55 | <xs:complexType> | 55 | <xs:complexType> |
56 | <xs:sequence minOccurs="1" maxOccurs="1"> | 56 | <xs:sequence minOccurs="1" maxOccurs="1"> |
57 | <xs:element ref="wixOutput" /> | 57 | <xs:element ref="windowsInstallerData" /> |
58 | </xs:sequence> | 58 | </xs:sequence> |
59 | <xs:attribute name="name" type="xs:string"> | 59 | <xs:attribute name="name" type="xs:string"> |
60 | <xs:annotation> | 60 | <xs:annotation> |