aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xsd/wix.xsd9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd
index 4816ae8c..4229352c 100644
--- a/src/xsd/wix.xsd
+++ b/src/xsd/wix.xsd
@@ -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>