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/bal/BAFunctions.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/bal/BAFunctions.xsd')
| -rw-r--r-- | src/xsd/bal/BAFunctions.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xsd/bal/BAFunctions.xsd b/src/xsd/bal/BAFunctions.xsd new file mode 100644 index 00000000..d4d4c5b1 --- /dev/null +++ b/src/xsd/bal/BAFunctions.xsd | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <attribute name="BAFunctions" type="wxs:YesNoTypeUnion"> | ||
| 2 | <annotation> | ||
| 3 | <documentation> | ||
| 4 | When set to "yes", WixStdBA will load the DLL and work with it to handle BA messages. | ||
| 5 | Only one payload may be marked with this attribute set to "yes". | ||
| 6 | </documentation> | ||
| 7 | <appinfo> | ||
| 8 | <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Payload" /> | ||
| 9 | </appinfo> | ||
| 10 | </annotation> | ||
| 11 | </attribute> \ No newline at end of file | ||
