aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/bal/BAFunctions.xsd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-03-04 13:10:37 -0800
committerRob Mensching <rob@firegiant.com>2026-03-05 07:36:42 -0800
commita444435287f81b5e0ac66b849db7387f9def1d82 (patch)
tree662dce1adf9c40fdc24bad6f444dff58a1416e24 /src/xsd/bal/BAFunctions.xsd
parent918332a0e80e8761eca20e801ae7ce3631fdbaea (diff)
downloadwix-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.xsd11
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