﻿<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://wixtoolset.org/schemas/v4/thmutil" xmlns="http://wixtoolset.org/schemas/v4/thmutil"><xs:element name="Theme"><xs:complexType><xs:sequence><xs:element ref="Font" maxOccurs="unbounded" /><xs:element ref="Image" minOccurs="0" maxOccurs="unbounded" /><xs:element ref="ImageList" minOccurs="0" maxOccurs="unbounded" /><xs:element ref="Window" minOccurs="1" maxOccurs="1" /></xs:sequence><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:string" /></xs:complexType></xs:element><xs:element name="Font"><xs:complexType><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="Id" type="xs:string" use="required" /><xs:attribute name="Height" type="xs:int" use="required" /><xs:attribute name="Weight" type="xs:nonNegativeInteger" /><xs:attribute name="Foreground" type="FontColorType" /><xs:attribute name="Background" type="FontColorType" /><xs:attribute name="Underline" type="YesNoType" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:element name="Image"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="AlternateResolution" /></xs:choice><xs:attribute name="Id" type="xs:string" use="required" /><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="ImageList"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="ImageListItem" /></xs:choice><xs:attribute name="Name" type="xs:string" use="required" /></xs:complexType></xs:element><xs:element name="Page"><xs:complexType><xs:group ref="ControlElements" maxOccurs="unbounded" /><xs:attribute name="Name" type="xs:string" /></xs:complexType></xs:element><xs:element name="Window"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Page" /><xs:group ref="ControlElements" minOccurs="0" maxOccurs="unbounded" /></xs:choice><xs:attribute name="AutoResize" type="YesNoType" /><xs:attribute name="Caption" type="xs:string" /><xs:attribute name="FontId" type="xs:string" use="required" /><xs:attribute name="Height" type="xs:positiveInteger" use="required" /><xs:attribute name="HexStyle" type="xs:hexBinary" /><xs:attribute name="IconFile" type="xs:string" /><xs:attribute name="IconResource" type="xs:string" /><xs:attribute name="MinimumHeight" type="xs:positiveInteger" /><xs:attribute name="MinimumWidth" type="xs:positiveInteger" /><xs:attribute name="SourceX" type="xs:nonNegativeInteger" /><xs:attribute name="SourceY" type="xs:nonNegativeInteger" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /><xs:attribute name="Width" type="xs:positiveInteger" use="required" /></xs:complexType></xs:element><xs:element name="Billboard"><xs:complexType><xs:sequence><xs:element ref="Panel" /></xs:sequence><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="Interval" type="xs:positiveInteger" /><xs:attribute name="Loop" type="YesNoType" /></xs:complexType></xs:element><xs:element name="AlternateResolution"><xs:complexType><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="Button"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="ButtonImage" maxOccurs="1" /><xs:element ref="ButtonFocusImage" maxOccurs="1" /><xs:element ref="ButtonHoverImage" maxOccurs="1" /><xs:element ref="ButtonSelectedImage" maxOccurs="1" /><xs:element ref="BrowseDirectoryAction" /><xs:element ref="ChangePageAction" /><xs:element ref="CloseWindowAction" /><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attributeGroup ref="OwnerDrawImageAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="HoverFontId" type="xs:string" /><xs:attribute name="SelectedFontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="ButtonImage"><xs:complexType><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="ButtonFocusImage"><xs:complexType><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="ButtonHoverImage"><xs:complexType><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="ButtonSelectedImage"><xs:complexType><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="BrowseDirectoryAction"><xs:complexType><xs:attribute name="Condition" type="xs:string" /><xs:attribute name="VariableName" type="xs:string" use="required" /></xs:complexType></xs:element><xs:element name="ChangePageAction"><xs:complexType><xs:attribute name="Cancel" type="YesNoType" /><xs:attribute name="Condition" type="xs:string" /><xs:attribute name="Page" type="xs:string" use="required" /></xs:complexType></xs:element><xs:element name="CloseWindowAction"><xs:complexType><xs:attribute name="Condition" type="xs:string" /></xs:complexType></xs:element><xs:element name="Checkbox"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="Combobox"><xs:complexType><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /></xs:complexType></xs:element><xs:element name="CommandLink"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BrowseDirectoryAction" /><xs:element ref="ChangePageAction" /><xs:element ref="CloseWindowAction" /><xs:element ref="Note" /><xs:element ref="Text" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="IconFile" type="xs:string" /><xs:attribute name="IconResource" type="xs:string" /><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="Editbox"><xs:complexType mixed="true"><xs:simpleContent><xs:extension base="xs:string"><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FileSystemAutoComplete" type="YesNoType" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:element name="Hyperlink"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="HoverFontId" type="xs:string" /><xs:attribute name="SelectedFontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="Hypertext"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="ImageListItem"><xs:complexType><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="ImageControl"><xs:complexType><xs:attributeGroup ref="CommonControlAttributes" /><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="Label"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="Center" type="YesNoType" use="optional" /><xs:attribute name="DisablePrefix" type="YesNoType" use="optional" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="ListView"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="Column" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="HexExtendedStyle" type="xs:hexBinary" /><xs:attribute name="ImageList" type="xs:string" /><xs:attribute name="ImageListSmall" type="xs:string" /><xs:attribute name="ImageListState" type="xs:string" /><xs:attribute name="ImageListGroupHeader" type="xs:string" /></xs:complexType></xs:element><xs:element name="Note"><xs:complexType><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="Condition" type="xs:string" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:element name="Panel"><xs:complexType><xs:group ref="PanelControlElements" maxOccurs="unbounded" /><xs:attributeGroup ref="CommonControlAttributes" /></xs:complexType></xs:element><xs:element name="Progressbar"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="ProgressbarImage" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /></xs:complexType></xs:element><xs:element name="ProgressbarImage"><xs:complexType><xs:attributeGroup ref="OwnerDrawImageAttributes" /></xs:complexType></xs:element><xs:element name="RadioButton"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /><xs:attribute name="Value" type="xs:string" /></xs:complexType></xs:element><xs:element name="RadioButtons"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="RadioButton" /></xs:choice><xs:attribute name="Name" type="xs:string" /></xs:complexType></xs:element><xs:element name="Richedit"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="Text" /><xs:element ref="Tooltip" maxOccurs="1" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:complexType></xs:element><xs:element name="Static"><xs:complexType><xs:attributeGroup ref="CommonControlAttributes" /></xs:complexType></xs:element><xs:element name="Tab"><xs:complexType><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:element name="Tabs"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="Tab" /></xs:choice><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="FontId" type="xs:string" /></xs:complexType></xs:element><xs:element name="Text"><xs:complexType><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="Condition" type="xs:string" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:element name="Tooltip"><xs:complexType><xs:simpleContent><xs:extension base="xs:string" /></xs:simpleContent></xs:complexType></xs:element><xs:element name="TreeView"><xs:complexType><xs:attributeGroup ref="CommonControlAttributes" /><xs:attribute name="AlwaysShowSelect" /><xs:attribute name="EnableDragDrop" /><xs:attribute name="FullRowSelect" /><xs:attribute name="HasButtons" /><xs:attribute name="HasLines" /><xs:attribute name="LinesAtRoot" /></xs:complexType></xs:element><xs:element name="Column"><xs:complexType><xs:simpleContent><xs:extension base="xs:string"><xs:attribute name="Width" type="xs:int" /><xs:attribute name="Expands" type="YesNoType" /><xs:attribute name="StringId" type="xs:nonNegativeInteger" /></xs:extension></xs:simpleContent></xs:complexType></xs:element><xs:group name="ControlElements"><xs:choice><xs:element ref="Billboard" /><xs:element ref="Button" /><xs:element ref="Checkbox" /><xs:element ref="Combobox" /><xs:element ref="CommandLink" /><xs:element ref="Editbox" /><xs:element ref="Hyperlink" /><xs:element ref="Hypertext" /><xs:element ref="ImageControl" /><xs:element ref="Label" /><xs:element ref="ListView" /><xs:element ref="Panel" /><xs:element ref="Progressbar" /><xs:element ref="RadioButtons" /><xs:element ref="Richedit" /><xs:element ref="Static" /><xs:element ref="Tabs" /><xs:element ref="TreeView" /></xs:choice></xs:group><xs:group name="PanelControlElements"><xs:choice><xs:element ref="Hyperlink" /><xs:element ref="Hypertext" /><xs:element ref="ImageControl" /><xs:element ref="Label" /><xs:element ref="Progressbar" /><xs:element ref="Static" /></xs:choice></xs:group><xs:attributeGroup name="CommonControlAttributes"><xs:attribute name="Name" type="xs:string" /><xs:attribute name="EnableCondition" type="xs:string" /><xs:attribute name="Height" type="xs:int" use="required" /><xs:attribute name="HexStyle" type="xs:hexBinary" /><xs:attribute name="HideWhenDisabled" type="YesNoType" /><xs:attribute name="TabStop" type="YesNoType" /><xs:attribute name="Visible" type="YesNoType" /><xs:attribute name="VisibleCondition" type="xs:string" /><xs:attribute name="Width" type="xs:int" use="required" /><xs:attribute name="X" type="xs:int" use="required" /><xs:attribute name="Y" type="xs:int" use="required" /></xs:attributeGroup><xs:attributeGroup name="OwnerDrawImageAttributes"><xs:attribute name="ImageId" type="xs:string" /><xs:attribute name="ImageFile" type="xs:string" /><xs:attribute name="ImageResource" type="xs:nonNegativeInteger" /><xs:attribute name="SourceX" type="xs:nonNegativeInteger" /><xs:attribute name="SourceY" type="xs:nonNegativeInteger" /></xs:attributeGroup><xs:simpleType name="YesNoType"><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no" /><xs:enumeration value="yes" /></xs:restriction></xs:simpleType><xs:simpleType name="SystemColorType"><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="btnface" /><xs:enumeration value="btntext" /><xs:enumeration value="graytext" /><xs:enumeration value="highlight" /><xs:enumeration value="highlighttext" /><xs:enumeration value="hotlight" /><xs:enumeration value="window" /><xs:enumeration value="windowtext" /></xs:restriction></xs:simpleType><xs:simpleType name="FontColorType"><xs:union memberTypes="SystemColorType xs:string" /></xs:simpleType></xs:schema>