aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/ImageList.xsd
blob: ba3b28368e31271bd6b6742366ef8067590fe47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<element name="ImageList">
        <annotation>
            <documentation>List of images which can be shared between multiple controls.</documentation>
        </annotation>
        <complexType>
            <choice maxOccurs="unbounded">
                <element ref="ImageListItem" />
            </choice>
            <attribute name="Name" type="xs:string" use="required">
                <annotation>
                    <documentation>
                        Name of the ImageList, to be referenced by other controls.
                    </documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>