diff --git a/src/xsd4/wix.xsd b/src/xsd4/wix.xsd
index 8bf0e87..cc94fd3 100644
--- a/src/xsd4/wix.xsd
+++ b/src/xsd4/wix.xsd
@@ -2492,12 +2492,12 @@
- Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either.
+ Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either. The default is per-machine.
- Indicates whether the package files are installed using 8.3 filenames.
+ Indicates whether the package files are installed using 8.3 filenames. The default is no.
@@ -2508,10 +2508,11 @@
+ _New in WiX v5: WiX v5 adds this attribute to the `Package` element._
The upgrade strategy for the package. If "none," no major upgrade is expected.
If "majorUpgrade," the UpgradeCode attribute is required and a major upgrade is expected.
+ The default is "majorUpgrade."
A default major upgrade is automatically provided if none is authored.
- _New in WiX v5: WiX v5 adds this attribute to the `Package` element._