diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-03-05 13:58:59 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-03-05 14:35:44 -0800 |
| commit | dd827742e060db17fb61acc1534556a821c1f2c2 (patch) | |
| tree | d8b6623a81090db5b05817cc5642d9718350733c | |
| parent | 3b8c217f04d5cb23de88bffd0d3acac1db5e1ba3 (diff) | |
| download | wix-dd827742e060db17fb61acc1534556a821c1f2c2.tar.gz wix-dd827742e060db17fb61acc1534556a821c1f2c2.tar.bz2 wix-dd827742e060db17fb61acc1534556a821c1f2c2.zip | |
Fix XSD issues
| -rw-r--r-- | src/xsd/wix/RegistryValueActionUnion.xsd | 2 | ||||
| -rw-r--r-- | src/xsd/wix/RequiredPrivilege.xsd | 2 | ||||
| -rw-r--r-- | src/xsd/wix/ServiceArgument.xsd | 2 | ||||
| -rw-r--r-- | src/xsd/wix/SymbolPath.xsd | 12 | ||||
| -rw-r--r-- | src/xsd/wix/order.txt | 1 |
5 files changed, 16 insertions, 3 deletions
diff --git a/src/xsd/wix/RegistryValueActionUnion.xsd b/src/xsd/wix/RegistryValueActionUnion.xsd index f653b8d8..383d067d 100644 --- a/src/xsd/wix/RegistryValueActionUnion.xsd +++ b/src/xsd/wix/RegistryValueActionUnion.xsd | |||
| @@ -2,5 +2,5 @@ | |||
| 2 | <annotation> | 2 | <annotation> |
| 3 | <documentation>Values of this type represent possible registry value actions.</documentation> | 3 | <documentation>Values of this type represent possible registry value actions.</documentation> |
| 4 | </annotation> | 4 | </annotation> |
| 5 | <union memberTypes="RegistryValue PreprocessorVariables" /> | 5 | <union memberTypes="RegistryValueAction PreprocessorVariables" /> |
| 6 | </simpleType> \ No newline at end of file | 6 | </simpleType> \ No newline at end of file |
diff --git a/src/xsd/wix/RequiredPrivilege.xsd b/src/xsd/wix/RequiredPrivilege.xsd index be6db6a2..dfb4d32c 100644 --- a/src/xsd/wix/RequiredPrivilege.xsd +++ b/src/xsd/wix/RequiredPrivilege.xsd | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <element name="RequiredPrivilege" type="xs:string"> | 1 | <element name="RequiredPrivilege"> |
| 2 | <annotation> | 2 | <annotation> |
| 3 | <documentation> | 3 | <documentation> |
| 4 | Privilege required by service configured by ServiceConfig parent. | 4 | Privilege required by service configured by ServiceConfig parent. |
diff --git a/src/xsd/wix/ServiceArgument.xsd b/src/xsd/wix/ServiceArgument.xsd index 8b3abfb5..a67c3b6d 100644 --- a/src/xsd/wix/ServiceArgument.xsd +++ b/src/xsd/wix/ServiceArgument.xsd | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <element name="ServiceArgument" type="xs:string"> | 1 | <element name="ServiceArgument"> |
| 2 | <annotation> | 2 | <annotation> |
| 3 | <documentation> | 3 | <documentation> |
| 4 | Argument used in ServiceControl parent | 4 | Argument used in ServiceControl parent |
diff --git a/src/xsd/wix/SymbolPath.xsd b/src/xsd/wix/SymbolPath.xsd new file mode 100644 index 00000000..da331594 --- /dev/null +++ b/src/xsd/wix/SymbolPath.xsd | |||
| @@ -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> \ No newline at end of file | ||
diff --git a/src/xsd/wix/order.txt b/src/xsd/wix/order.txt index 331e7917..2e01c462 100644 --- a/src/xsd/wix/order.txt +++ b/src/xsd/wix/order.txt | |||
| @@ -72,6 +72,7 @@ element|PatchInformation | |||
| 72 | element|TargetProductCodes | 72 | element|TargetProductCodes |
| 73 | element|TargetProductCode | 73 | element|TargetProductCode |
| 74 | element|PatchProperty | 74 | element|PatchProperty |
| 75 | element|SymbolPath | ||
| 75 | element|SummaryInformation | 76 | element|SummaryInformation |
| 76 | element|AssemblyName | 77 | element|AssemblyName |
| 77 | element|PatchCertificates | 78 | element|PatchCertificates |
