blob: 087611dab04d352f26b3f311b03d08f1267457e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<element name="ImageListItem">
<annotation>
<documentation>Defines an image for an ImageList.</documentation>
</annotation>
<complexType>
<attribute name="ImageFile" type="xs:string">
<annotation>
<documentation>Relative path to an image file. Mutually exclusive with ImageResource.</documentation>
</annotation>
</attribute>
<attribute name="ImageResource" type="xs:nonNegativeInteger">
<annotation>
<documentation>Identifier that references an image resource in the module. Mutually exclusive with ImageFile.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|