aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/Combobox.xsd
blob: 60ccb8d5ba23dd2244e13aca1856802ae7596664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<element name="Combobox">
        <annotation>
            <documentation>Defines a combobox.</documentation>
        </annotation>
        <complexType>
            <attributeGroup ref="CommonControlAttributes" />
            <attribute name="FontId" type="xs:string">
                <annotation>
                    <documentation>Identifier to the Font element that serves as the font for the control.</documentation>
                </annotation>
             </attribute>
        </complexType>
    </element>