WiX Database XML Schema

Element: RadioButtonGroup

Description

Set of radio buttons tied to the specified Property

Derived By

Restricting anyType

Attributes

Name  Type  Required?  Default  Description 
Property  string  Yes    Property tied to this group.

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
RadioButton  anyType (restriction)  1..*  Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).

Referenced By

Definition

<xs:element name="RadioButtonGroup">
<xs:annotation>
<xs:documentation>
Set of radio buttons tied to the specified Property
</xs:documentation>
<xs:appinfo>
<xse:msiRef table="RadioButton" href="http://msdn.microsoft.com/library/aa370962.aspx" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" />
<xse:msiRef table="Control" href="http://msdn.microsoft.com/library/aa368044.aspx" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" />
<xse:msiRef table="Dialog" href="http://msdn.microsoft.com/library/aa368286.aspx" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" />
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="RadioButton" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="Property" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>Property tied to this group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>