<?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="common.xsd"/>
	<xs:simpleType name="garbageOutput">
		<xs:annotation>
			<xs:documentation>Garbage Output, for debug</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string"/>
	</xs:simpleType>
	<xs:simpleType name="forwardingURL">
		<xs:annotation>
			<xs:documentation>URL, only symbolic name, not an IP</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string">
			<xs:maxLength value="255"/>
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="netInterface">
		<xs:annotation>
			<xs:documentation>Server Network Interface name</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string">
			<xs:minLength value="1"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="expandIPUsageStatus">
		<xs:annotation>
			<xs:documentation>IP address usage status in Expand DB</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string">
			<xs:enumeration value="free"/>
			<xs:enumeration value="reserved"/>
			<xs:enumeration value="assigned"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ipType">
		<xs:annotation>
			<xs:documentation>IP address usage status in Expand DB</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string">
			<xs:enumeration value="shared"/>
			<xs:enumeration value="exclusive"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="objectStatus">
		<xs:annotation>
			<xs:documentation>Plesk client and domain status.
Bit mask with bit flags:

0 - object is active
4 - object is under backup/restore

16 - object is disabled by Administrator

64 - object is disabled by Client

256 - object is expired
Only 0, 16 and 64 flags are available for setting</xs:documentation>
		</xs:annotation>
		<xs:restriction base="int"/>
	</xs:simpleType>
	<xs:simpleType name="pleskOS">
		<xs:annotation>
			<xs:documentation>Operation System, look enumerations</xs:documentation>
		</xs:annotation>
		<xs:restriction base="string">
			<xs:enumeration value="Windows"/>
			<xs:enumeration value="RedHat"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>

