aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/util/QueryNativeMachine.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/util/QueryNativeMachine.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/util/QueryNativeMachine.xsd')
-rw-r--r--src/xsd/util/QueryNativeMachine.xsd13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/xsd/util/QueryNativeMachine.xsd b/src/xsd/util/QueryNativeMachine.xsd
new file mode 100644
index 00000000..7a2fe61e
--- /dev/null
+++ b/src/xsd/util/QueryNativeMachine.xsd
@@ -0,0 +1,13 @@
1<element name="QueryNativeMachine">
2 <annotation>
3 <documentation>
4 Schedules the QueryNativeMachine custom action for the current platform. For more information, see [QueryNativeMachine properties](../../../tools/wixext/wininfo#querynativemachine).
5 </documentation>
6 <appinfo>
7 <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Package" />
8 <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Module" />
9 <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
10 <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="UI" />
11 </appinfo>
12 </annotation>
13 </element> \ No newline at end of file