aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/ImageListItem.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/thmutil/ImageListItem.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/thmutil/ImageListItem.xsd')
-rw-r--r--src/xsd/thmutil/ImageListItem.xsd17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/xsd/thmutil/ImageListItem.xsd b/src/xsd/thmutil/ImageListItem.xsd
new file mode 100644
index 00000000..087611da
--- /dev/null
+++ b/src/xsd/thmutil/ImageListItem.xsd
@@ -0,0 +1,17 @@
1<element name="ImageListItem">
2 <annotation>
3 <documentation>Defines an image for an ImageList.</documentation>
4 </annotation>
5 <complexType>
6 <attribute name="ImageFile" type="xs:string">
7 <annotation>
8 <documentation>Relative path to an image file. Mutually exclusive with ImageResource.</documentation>
9 </annotation>
10 </attribute>
11 <attribute name="ImageResource" type="xs:nonNegativeInteger">
12 <annotation>
13 <documentation>Identifier that references an image resource in the module. Mutually exclusive with ImageFile.</documentation>
14 </annotation>
15 </attribute>
16 </complexType>
17 </element> \ No newline at end of file