Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/xsd/wix/RegistryValueActionUnion.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<annotation>
<documentation>Values of this type represent possible registry value actions.</documentation>
</annotation>
<union memberTypes="RegistryValue PreprocessorVariables" />
<union memberTypes="RegistryValueAction PreprocessorVariables" />
</simpleType>
2 changes: 1 addition & 1 deletion src/xsd/wix/RequiredPrivilege.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<element name="RequiredPrivilege" type="xs:string">
<element name="RequiredPrivilege">
<annotation>
<documentation>
Privilege required by service configured by ServiceConfig parent.
Expand Down
2 changes: 1 addition & 1 deletion src/xsd/wix/ServiceArgument.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<element name="ServiceArgument" type="xs:string">
<element name="ServiceArgument">
<annotation>
<documentation>
Argument used in ServiceControl parent
Expand Down
12 changes: 12 additions & 0 deletions src/xsd/wix/SymbolPath.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<element name="SymbolPath">
<annotation>
<documentation>A path to symbols.</documentation>
</annotation>
<complexType>
<attribute name="Path" type="xs:string" use="required">
<annotation>
<documentation>The path.</documentation>
</annotation>
</attribute>
</complexType>
</element>
1 change: 1 addition & 0 deletions src/xsd/wix/order.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ element|PatchInformation
element|TargetProductCodes
element|TargetProductCode
element|PatchProperty
element|SymbolPath
element|SummaryInformation
element|AssemblyName
element|PatchCertificates
Expand Down