<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="ProgramSettings">
		<xs:complexType>
			<xs:sequence>
				<xs:element maxOccurs="unbounded" name="Setting">
					<xs:complexType>
						<xs:sequence>
							<xs:element minOccurs="0" maxOccurs="unbounded" name="Signature">
								<xs:complexType>
									<xs:attribute name="Exe" type="xs:string" use="optional" />
									<xs:attribute name="WinClass" type="xs:string" use="optional" />
									<xs:attribute name="Dir" type="xs:string" use="optional" />
									<xs:attribute name="Path" type="xs:string" use="optional" />
									<xs:attribute name="WinCaption" type="xs:string" use="optional" />
								</xs:complexType>
							</xs:element>
							<xs:element minOccurs="0" maxOccurs="unbounded" name="DefaultCommand">
								<xs:complexType>
									<xs:attribute name="EventId" type="xs:string" use="required" />
									<xs:attribute name="CommandId" type="xs:string" use="required" />
								</xs:complexType>
							</xs:element>
							<xs:element minOccurs="0" maxOccurs="1" name="InstantViewer">
								<xs:complexType>
									<xs:attribute name="PreventSnapshot" type="xs:string" use="required" />
								</xs:complexType>
							</xs:element>
							<xs:element minOccurs="0" maxOccurs="1" name="VScroll">
								<xs:complexType>
									<xs:attribute name="Scale" type="xs:string" use="optional" />
									<xs:attribute name="Accumulate" type="xs:string" use="optional" />
									<xs:attribute name="AccumulateValue" type="xs:string" use="optional" />
									<xs:attribute name="Style" type="xs:string" use="optional" />
								</xs:complexType>
							</xs:element>
							<xs:element minOccurs="0" maxOccurs="1" name="HScroll">
								<xs:complexType>
									<xs:attribute name="Accumulate" type="xs:string" use="optional" />
									<xs:attribute name="AccumulateValue" type="xs:string" use="optional" />
									<xs:attribute name="Style" type="xs:string" use="optional" />
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="Key" type="xs:string" use="required" />
						<xs:attribute name="Name" type="xs:string" use="optional" />
						<xs:attribute name="Option" type="xs:string" use="optional" />
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="Version" type="xs:decimal" use="required" />
		</xs:complexType>
	</xs:element>
</xs:schema>