Skip to content

Commit cf0727c

Browse files
committed
RelatedBundle/@id is deprecated.
1 parent b20af76 commit cf0727c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/xsd/wix.xsd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,14 @@
23412341
</xs:annotation>
23422342
</xs:any>
23432343
</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">
23452352
<xs:annotation>
23462353
<xs:documentation>The identifier of the RelatedBundle group.</xs:documentation>
23472354
</xs:annotation>

0 commit comments

Comments
 (0)