Skip to content

Commit dd82774

Browse files
committed
Fix XSD issues
1 parent 3b8c217 commit dd82774

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

src/xsd/wix/RegistryValueActionUnion.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<annotation>
33
<documentation>Values of this type represent possible registry value actions.</documentation>
44
</annotation>
5-
<union memberTypes="RegistryValue PreprocessorVariables" />
5+
<union memberTypes="RegistryValueAction PreprocessorVariables" />
66
</simpleType>

src/xsd/wix/RequiredPrivilege.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<element name="RequiredPrivilege" type="xs:string">
1+
<element name="RequiredPrivilege">
22
<annotation>
33
<documentation>
44
Privilege required by service configured by ServiceConfig parent.

src/xsd/wix/ServiceArgument.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<element name="ServiceArgument" type="xs:string">
1+
<element name="ServiceArgument">
22
<annotation>
33
<documentation>
44
Argument used in ServiceControl parent

src/xsd/wix/SymbolPath.xsd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<element name="SymbolPath">
2+
<annotation>
3+
<documentation>A path to symbols.</documentation>
4+
</annotation>
5+
<complexType>
6+
<attribute name="Path" type="xs:string" use="required">
7+
<annotation>
8+
<documentation>The path.</documentation>
9+
</annotation>
10+
</attribute>
11+
</complexType>
12+
</element>

src/xsd/wix/order.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ element|PatchInformation
7272
element|TargetProductCodes
7373
element|TargetProductCode
7474
element|PatchProperty
75+
element|SymbolPath
7576
element|SummaryInformation
7677
element|AssemblyName
7778
element|PatchCertificates

0 commit comments

Comments
 (0)