aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/Richedit.xsd
blob: 5b6985da5ffb30b5ce4a6802c6914b64058080f0 (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
26
27
28
29
30
31
32
<element name="Richedit">
        <annotation>
            <documentation>Defines a rich edit control.</documentation>
        </annotation>
        <complexType mixed="true">
            <annotation>
                <documentation>
                    Initial text for the control.
                    Mutually exclusive with the StringId attribute.
                </documentation>
            </annotation>
            <choice minOccurs="0" maxOccurs="unbounded">
                <element ref="Text" />
                <element ref="Tooltip" maxOccurs="1" />
            </choice>
            <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>
            <attribute name="StringId" type="xs:nonNegativeInteger">
                <annotation>
                    <documentation>
                        Identifier that references a string resource in the module to define the initial text for the control.
                    </documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>