<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Korum (Mobile) -->
<!--W3C Schema generated by XML Spy v4.3 U (http://www.xmlspy.com)-->
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:include schemaLocation="plesk_domain.xsd"/>
	<xs:complexType name="filterType">
		<xs:annotation>
			<xs:documentation>Fliter domains list</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:element name="id" type="id_type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Domain ID ( ID in Plesk DB)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="client_id" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Domain owner's client ID</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:complexType>
	<xs:element name="packet">
		<xs:annotation>
			<xs:documentation>Root node for any of input</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Input</xs:documentation>
				</xs:annotation>
				<xs:element name="domain">
					<xs:annotation>
						<xs:documentation>Domain operator request</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:choice maxOccurs="unbounded">
							<xs:element name="add">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="gen_setup">
											<xs:complexType>
												<xs:all>
													<xs:element name="name" type="domainName"/>
													<xs:element name="client_id" type="id_type"/>
													<xs:element name="htype" type="domainHType" minOccurs="0"/>
													<xs:element name="ip_address" type="ip_address"/>
													<xs:element name="status" type="string" minOccurs="0"/>
												</xs:all>
											</xs:complexType>
										</xs:element>
										<xs:element name="hosting" type="domainHostingAgent" minOccurs="0"/>
										<xs:element name="limits" type="domainLimits" minOccurs="0"/>
										<xs:element name="prefs" type="domainPrefs" minOccurs="0"/>
										<xs:element name="user" type="domainUserSet" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="get">
								<xs:annotation>
									<xs:documentation>Get domain(s) data from server</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="filter" type="filterType">
											<xs:annotation>
												<xs:documentation>Filter domains to be refreshed</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="dataset" type="datasetType">
											<xs:annotation>
												<xs:documentation>Domain information to be updated</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="set">
								<xs:annotation>
									<xs:documentation>Set domain(s) data from server</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="filter" type="filterType">
											<xs:annotation>
												<xs:documentation>Filter domains to be refreshed</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="values">
											<xs:annotation>
												<xs:documentation>Domain information to be updated</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:all>
													<xs:element name="gen_setup" type="setGenSetupType" minOccurs="0"/>
													<xs:element name="limits" type="domainLimits" minOccurs="0"/>
													<xs:element name="prefs" type="domainPrefs" minOccurs="0"/>
													<xs:element name="hosting" type="domainHostingAgent" minOccurs="0"/>
													<xs:element name="user" type="domainUserSet" minOccurs="0"/>
												</xs:all>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="del">
								<xs:annotation>
									<xs:documentation>Delete domain(s) from server</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="filter" type="filterType">
											<xs:annotation>
												<xs:documentation>Fliter domains to be deleted</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="cform_buttons_list">
								<xs:annotation>
									<xs:documentation>List domain control form buttons</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="filter" type="filterType">
											<xs:annotation>
												<xs:documentation>Fliter domains to be listed</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:choice>
			<xs:attribute name="version" type="string" use="required"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

