aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/AlternateResolution.xsd
blob: 1a71b3bc05c37e07a94a1399e1cb3cd68ff5fe45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<element name="AlternateResolution">
        <annotation>
            <documentation>
                Defines an alternate resolution to avoid scaling in different DPIs.
            </documentation>
        </annotation>
        <complexType>
            <attribute name="ImageFile" type="xs:string">
                <annotation>
                    <documentation>
                        Relative path to an image file for the control.
                        Mutually exclusive with ImageResource attribute.
                    </documentation>
                </annotation>
            </attribute>
            <attribute name="ImageResource" type="xs:nonNegativeInteger">
                <annotation>
                    <documentation>
                        Identifier that references an image resource with type RT_RCDATA in the module for the control.
                        Mutually exclusive with ImageFile attribute.
                    </documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>