<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Korum (Mobile) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="plesk_common.xsd"/>
	<xs:complexType name="dnsRecord">
		<xs:annotation>
			<xs:documentation>DNS record</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="domain_id" type="id_type"/>
			<xs:element name="type">
				<xs:simpleType>
					<xs:restriction base="string">
						<xs:pattern value="A"/>
						<xs:pattern value="CNAME"/>
						<xs:pattern value="MX"/>
						<xs:pattern value="NS"/>
						<xs:pattern value="PTR"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="host" type="string"/>
			<xs:element name="value" type="string"/>
			<xs:element name="opt" type="string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="dnsSetRecord">
		<xs:annotation>
			<xs:documentation>DNS record ( setting )</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="type">
				<xs:simpleType>
					<xs:restriction base="string">
						<xs:pattern value="A"/>
						<xs:pattern value="CNAME"/>
						<xs:pattern value="MX"/>
						<xs:pattern value="NS"/>
						<xs:pattern value="PTR"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="host" type="string"/>
			<xs:element name="value" type="string"/>
			<xs:element name="opt" type="string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
</xs:schema>

