blob: a7a02bec8785a01d434c9709781fea3fc45264a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<element name="Progressbar">
<annotation>
<documentation>
Defines a progress bar.
</documentation>
</annotation>
<complexType>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="ProgressbarImage" />
</choice>
<attributeGroup ref="CommonControlAttributes" />
</complexType>
</element>
|