﻿<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://wixtoolset.org/schemas/v4/wxl" xmlns="http://wixtoolset.org/schemas/v4/wxl"><xs:element name="WixLocalization"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="String" /><xs:element ref="UI" /></xs:choice><xs:attribute name="Codepage" type="xs:string" /><xs:attribute name="Culture" type="xs:string" /><xs:attribute name="ExtensionDefaultCulture" type="LocalizationYesNoType" /><xs:attribute name="Language" type="Integer" /><xs:attribute name="SummaryInformationCodepage" type="xs:string" /></xs:complexType></xs:element><xs:element name="String"><xs:complexType><xs:attribute name="Id" type="xs:string" use="required" /><xs:attribute name="Overridable" type="LocalizationYesNoType" /><xs:attribute name="Localizable" type="LocalizationYesNoType" /><xs:attribute name="Value" type="xs:string" /></xs:complexType></xs:element><xs:element name="UI"><xs:complexType mixed="true"><xs:attribute name="Dialog" type="xs:string" /><xs:attribute name="Control" type="xs:string" /><xs:attribute name="X" type="Integer" /><xs:attribute name="Y" type="Integer" /><xs:attribute name="Width" type="Integer" /><xs:attribute name="Height" type="Integer" /><xs:attribute name="RightToLeft" type="LocalizationYesNoType" /><xs:attribute name="RightAligned" type="LocalizationYesNoType" /><xs:attribute name="LeftScroll" type="LocalizationYesNoType" /><xs:attribute name="Text" type="xs:string" /></xs:complexType></xs:element><xs:simpleType name="Integer"><xs:restriction base="xs:string"><xs:pattern value="[\d]+|\$\((var\.)?[_A-Za-z][0-9A-Za-z_.]*\)" /></xs:restriction></xs:simpleType><xs:simpleType name="LocalizationYesNoType"><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no" /><xs:enumeration value="false" /><xs:enumeration value="yes" /><xs:enumeration value="true" /></xs:restriction></xs:simpleType></xs:schema>