Skip to content

Commit

Permalink
Default-feature feature doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Dec 18, 2023
1 parent 04122e3 commit 1eb6867
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/xsd4/wix.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,9 @@
<xs:element ref="Binary" />
<xs:element ref="ComplianceCheck" />
<xs:element ref="Component" />
<xs:element ref="ComponentRef" />
<xs:element ref="ComponentGroup" />
<xs:element ref="ComponentGroupRef" />
<xs:element ref="CustomAction" />
<xs:element ref="CustomActionRef" />
<xs:element ref="CustomTable" />
Expand Down Expand Up @@ -8231,7 +8233,10 @@
</xs:element>
<xs:element name="ComponentGroupRef">
<xs:annotation>
<xs:documentation>Create a reference to a ComponentGroup in another Fragment.</xs:documentation>
<xs:documentation>
Create a reference to a ComponentGroup in another Fragment.
_New in WiX v5: Can be a child of the `Package` element._
</xs:documentation>
<xs:appinfo>
<xse:seeAlso ref="ComponentGroup" />
</xs:appinfo>
Expand Down Expand Up @@ -8319,7 +8324,10 @@
</xs:element>
<xs:element name="ComponentRef">
<xs:annotation>
<xs:documentation>Create a reference to a Feature element in another Fragment.</xs:documentation>
<xs:documentation>
Create a reference to a Feature element in another Fragment.
_New in WiX v5: Can be a child of the `Package` element._
</xs:documentation>
<xs:appinfo>
<xse:seeAlso ref="Component" />
<xse:howtoRef href="files_and_registry/add_a_file.html">How To: Add a file to your installer</xse:howtoRef>
Expand Down

0 comments on commit 1eb6867

Please sign in to comment.