blob: 96b6061cc146defd26f82612d5ddcc478467905a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<element name="RadioButtons">
<annotation>
<documentation>Defines a set of radio buttons.</documentation>
</annotation>
<complexType>
<choice maxOccurs="unbounded">
<element ref="RadioButton" />
</choice>
<attribute name="Name" type="xs:string">
<annotation>
<documentation>Optional variable name for the set of radio buttons.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|