WiX Database XML Schema

Element: UIText

Description

Text associated with certain controls

Derived By

Extending string

Attributes

Name  Type  Required?  Default  Description 
Id  string  Yes     

Content Model

Contains text only.

Referenced By

  • Element UI

Definition

<xs:element name="UIText">
<xs:annotation>
<xs:documentation>
Text associated with certain controls
</xs:documentation>
<xs:appinfo>
<xse:msiRef table="UIText" href="http://msdn.microsoft.com/library/aa372101.aspx" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" />
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:annotation>
<xs:documentation>Element value is text, may use CDATA if needed to escape XML delimiters</xs:documentation>
</xs:annotation>
<xs:attribute name="Id" use="required" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>