diff options
Diffstat (limited to 'src/xsd/wix.xsd')
-rw-r--r-- | src/xsd/wix.xsd | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 4816ae8c..8cf81048 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd | |||
@@ -187,7 +187,7 @@ | |||
187 | <xs:attribute name="Id" type="xs:string"> | 187 | <xs:attribute name="Id" type="xs:string"> |
188 | <xs:annotation> | 188 | <xs:annotation> |
189 | <xs:documentation> | 189 | <xs:documentation> |
190 | _New in WiX v6: WiX v6 adds this attribute to the `Package` element._ | 190 | _New in WiX v6: WiX v6 adds this attribute to the `Bundle` element._ |
191 | A globally unique identiifer for the bundle in the world. It is recommended to use a prefix such as "CompanyName." to | 191 | A globally unique identiifer for the bundle in the world. It is recommended to use a prefix such as "CompanyName." to |
192 | create a namespace of sorts. By default, higher versioned upgrade lower versioned bundles with the same Id. Use this | 192 | create a namespace of sorts. By default, higher versioned upgrade lower versioned bundles with the same Id. Use this |
193 | attribute instead of the UpgradeCode attribute in new development. | 193 | attribute instead of the UpgradeCode attribute in new development. |
@@ -2341,7 +2341,14 @@ | |||
2341 | </xs:annotation> | 2341 | </xs:annotation> |
2342 | </xs:any> | 2342 | </xs:any> |
2343 | </xs:choice> | 2343 | </xs:choice> |
2344 | <xs:attribute name="Id" type="Guid" use="required"> | 2344 | <xs:attribute name="Id" type="Guid"> |
2345 | <xs:annotation> | ||
2346 | <xs:appinfo> | ||
2347 | <xse:deprecated ref="Code" /> | ||
2348 | </xs:appinfo> | ||
2349 | </xs:annotation> | ||
2350 | </xs:attribute> | ||
2351 | <xs:attribute name="Code" type="Guid" use="required"> | ||
2345 | <xs:annotation> | 2352 | <xs:annotation> |
2346 | <xs:documentation>The identifier of the RelatedBundle group.</xs:documentation> | 2353 | <xs:documentation>The identifier of the RelatedBundle group.</xs:documentation> |
2347 | </xs:annotation> | 2354 | </xs:annotation> |