diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-03-04 13:10:37 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-03-05 07:36:42 -0800 |
| commit | a444435287f81b5e0ac66b849db7387f9def1d82 (patch) | |
| tree | 662dce1adf9c40fdc24bad6f444dff58a1416e24 /src/xsd/dependency/Enforce.xsd | |
| parent | 918332a0e80e8761eca20e801ae7ce3631fdbaea (diff) | |
| download | wix-a444435287f81b5e0ac66b849db7387f9def1d82.tar.gz wix-a444435287f81b5e0ac66b849db7387f9def1d82.tar.bz2 wix-a444435287f81b5e0ac66b849db7387f9def1d82.zip | |
Split XSDs into individual XSD fragments per element and type
This majorly improves the developer experience when editing documentation for
each WiX element or type.
Diffstat (limited to 'src/xsd/dependency/Enforce.xsd')
| -rw-r--r-- | src/xsd/dependency/Enforce.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xsd/dependency/Enforce.xsd b/src/xsd/dependency/Enforce.xsd new file mode 100644 index 00000000..e4bf9bc2 --- /dev/null +++ b/src/xsd/dependency/Enforce.xsd | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <attribute name="Enforce" type="wxs:YesNoTypeUnion"> | ||
| 2 | <annotation> | ||
| 3 | <documentation> | ||
| 4 | When set to "yes", adds a custom action to prompt the user when dependencies are missing from the computer. The default is "no". | ||
| 5 | </documentation> | ||
| 6 | <appinfo> | ||
| 7 | <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Requires" /> | ||
| 8 | <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="RequiresRef" /> | ||
| 9 | </appinfo> | ||
| 10 | </annotation> | ||
| 11 | </attribute> \ No newline at end of file | ||
