D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
htdocs
/
schemas
/
rpc
/
1.4.2.0
/
Filename :
plesk_domain.xsd
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 1999-2025. WebPros International GmbH. All rights reserved. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:include schemaLocation="plesk_common.xsd"/> <xs:simpleType name="domainName"> <xs:annotation> <xs:documentation>Domain Name</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="domainLogin"> <xs:annotation> <xs:documentation>Domain Login Name</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:pattern value="[0-9a-zA-Z]{1}[\-a-zA-Z0-9_.]{0,16}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="domainHType"> <xs:annotation> <xs:documentation>Domain Hosting Type</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:enumeration value="vrt_hst"/> <xs:enumeration value="std_fwd"/> <xs:enumeration value="frm_fwd"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="webstatType"> <xs:annotation> <xs:documentation>Web statistics type defenition</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:enumeration value="none"/> <xs:enumeration value="awstats"/> <xs:enumeration value="webalizer"/> <xs:enumeration value="smarterstats"/> <xs:enumeration value="urchin"/> </xs:restriction> </xs:simpleType> <xs:complexType name="domainDatasetType"> <xs:annotation> <xs:documentation>Data to be operated</xs:documentation> </xs:annotation> <xs:all> <xs:element name="gen_info" type="NoneType" minOccurs="0"/> <xs:element name="hosting" type="NoneType" minOccurs="0"/> <xs:element name="limits" type="NoneType" minOccurs="0"/> <xs:element name="stat" type="NoneType" minOccurs="0"/> <xs:element name="prefs" type="NoneType" minOccurs="0"/> <xs:element name="user" type="NoneType" minOccurs="0"/> <xs:element name="disk_usage" type="NoneType" minOccurs="0"/> <xs:element name="performance" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="setGenSetupType"> <xs:annotation> <xs:documentation>Domain general setup info</xs:documentation> </xs:annotation> <xs:all> <xs:element name="status" type="objectStatus" minOccurs="0"/> <xs:element name="name" type="domainName" minOccurs="0"/> <xs:element name="client_id" type="id_type" minOccurs="0"> <xs:annotation> <xs:documentation>Only Plesk for Unix since 1.3.6</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ip_address" type="ip_address" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="domainGenInfoType"> <xs:annotation> <xs:documentation>General domain information</xs:documentation> </xs:annotation> <xs:all> <xs:element name="cr_date" type="date"/> <xs:element name="name" type="domainName"> <xs:annotation> <xs:documentation>Domain name to be displayed in UI</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ascii-name" type="string"/> <xs:element name="status" type="objectStatus"/> <xs:element name="real_size" type="size" default="0"/> <xs:element name="client_id" type="id_type"/> <xs:element name="dns_ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Domain IP address in DNS A record. Use it in case of unexisted domain hosting.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="htype" type="domainHType"/> </xs:all> </xs:complexType> <xs:complexType name="domainUserGet"> <xs:annotation> <xs:documentation>Domain user data for 'get' operation</xs:documentation> </xs:annotation> <xs:all> <xs:element name="enabled" type="boolean" default="0" minOccurs="0"/> <xs:element name="cname" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pname" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="phone" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fax" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="email" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="address" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="city" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="state" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pcode" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="country" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="multiply_login" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Proto>=1.2.0</xs:documentation> </xs:annotation> </xs:element> <xs:element name="perms" type="domainPerms" minOccurs="0"> <xs:annotation> <xs:documentation>Plesk>=7.1, Proto>=1.2.0</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="domainUserSet"> <xs:annotation> <xs:documentation>Domain user data for 'set' operation</xs:documentation> </xs:annotation> <xs:all> <xs:element name="enabled" type="boolean" default="0" minOccurs="0"/> <xs:element name="password" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"/> </xs:simpleType> </xs:element> <xs:element name="cname" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pname" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="phone" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fax" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="email" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="address" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="city" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="state" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pcode" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="country" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:minLength value="0"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="multiply_login" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Proto>=1.2.0</xs:documentation> </xs:annotation> </xs:element> <xs:element name="perms" type="domainPerms" minOccurs="0"> <xs:annotation> <xs:documentation>Plesk>=7.1, Proto>=1.2.0</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="domainPrefs"> <xs:annotation> <xs:documentation>Domain Preferences</xs:documentation> </xs:annotation> <xs:all> <xs:element name="www" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>WWW-prefix to domain</xs:documentation> </xs:annotation> </xs:element> <xs:element name="stat_ttl" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Delete traffic statistics older than,(mounts count), max 999999</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="domainLimits"> <xs:annotation> <xs:documentation>Domain limits</xs:documentation> </xs:annotation> <xs:all> <xs:element name="max_webapps" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of Java applications</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_maillists" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of mailing lists</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_resp" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of mail autoresponders</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_mg" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of mail groups</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_redir" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of mail redirects</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mbox_quota" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Set the mailbox quota</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_box" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of mailboxes</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_db" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of databases</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_wu" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of web users</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_traffic" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum amount of traffic</xs:documentation> </xs:annotation> </xs:element> <xs:element name="disk_space" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Disk space</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_subdom" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of subdomains</xs:documentation> </xs:annotation> </xs:element> <xs:element name="expiration" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Valid period</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_dom_aliases" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of domain aliases</xs:documentation> </xs:annotation> </xs:element> <!-- Following limits has been added since protocol version 1.3.5.1 and actual only for Windows version --> <xs:element name="total_mboxes_quota" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Total mailboxes quota (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mysql_dbase_space" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>'MySQL databases quota (suported by Plesk for WIndows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mssql_dbase_space" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Microsoft SQL databases quota (supported by Plesk for WIndows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_mssql_db" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of Microsoft SQL Server databases (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_shared_ssl_links" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of shared SSL links (supported by PLesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_subftp_users" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of FTP subaccounts (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_fpse_users" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of Microsoft FrontPage subaccounts (supported by Pelsk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_odbc" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum number of ODBC connections (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="domainPhHostingSet"> <xs:annotation> <xs:documentation>Domain Physical Hosting for 'set' operation</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ftp_login" type="domainLogin" minOccurs="0"/> <xs:element name="ftp_password" minOccurs="0"> <xs:annotation> <xs:documentation>Password should be not equal to Login. Can be used only for 'set'/'add' operations since protocol v.1.3.2</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="64"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ftp_quota" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Hard Disk Quota that specified in bytes</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage support enabled</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_ssl" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage over SSL suppor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_auth" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Authorization enabled?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_admin_login" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage Admin's Login</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="16"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fp_admin_password" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage Admin's Password</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ssl" type="boolean" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="shell" default="/bin/false"> <xs:annotation> <xs:documentation>system shell</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="shell-forbidden" type="NoneType"/> </xs:choice> <xs:sequence minOccurs="0"> <xs:element name="php" type="boolean"> <xs:annotation> <xs:documentation>PHP support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php_isapi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>run as ISAPI extension (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:sequence minOccurs="0"> <xs:element name="ssi" type="boolean"> <xs:annotation> <xs:documentation>SSI support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ssi_html" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Use SSI for *.htm, *.html files (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:element name="cgi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>CGI support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mod_perl" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_perl support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mod_python" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_python support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="asp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Apache ASP support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="asp_dot_net" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>ASP dot net support (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="managed_runtime_version" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Microsoft ASP.NET version (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="coldfusion" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Coldfusion support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="webstat" type="webstatType" minOccurs="0"> <xs:annotation> <xs:documentation>Webserver statistics processor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="webstat_protected" type="xs:boolean" minOccurs="0"/> <xs:element name="errdocs" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Custom Error Documents</xs:documentation> </xs:annotation> </xs:element> <xs:element name="wuscripts" type="boolean" minOccurs="0"/> <xs:element name="at_domains" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>@-domains support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="sb_publishing" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Publish site using SiteBuilder (since 1.3.5 for Plesk Windows</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php_safe_mode" type="boolean" minOccurs="0"/> <xs:element name="iis-app-pool" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Dedicated IIS Application Pool does not exist (supported by Plesk for Windows</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fastcgi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_fcgid support (supported by Pleskf ro Unix only)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php-version" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>PHP support (supported by Plesk for Windows only)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="create-sb-subdomains" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Create Blog and Photo Gallery subdomains (supported by Plesk for Windows only)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="domainPhHostingGet"> <xs:annotation> <xs:documentation>Domain Physical Hosting for 'get' operation</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ftp_login" type="domainLogin" minOccurs="0"/> <xs:element name="ftp_password" type="xs:string" minOccurs="0"/> <xs:element name="ftp_password_type" minOccurs="0"> <xs:simpleType> <xs:restriction base="string"> <xs:enumeration value="plain"/> <xs:enumeration value="crypt"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ftp_quota" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Hard Disk Quota that specified in bytes</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage support enabled</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_ssl" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage over SSL suppor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_auth" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Authorization enabled?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fp_admin_login" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage Admin's Login</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="16"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fp_admin_password" type="string" minOccurs="0"/> <xs:element name="ssl" type="boolean" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="shell" default="/bin/false"> <xs:annotation> <xs:documentation>system shell</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="shell-forbidden" type="NoneType"/> </xs:choice> <xs:element name="php" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>PHP support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php_isapi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>run as ISAPI extension (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ssi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>SSI support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ssi_html" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Use SSI for *.htm, *.html files (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="cgi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>CGI support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mod_perl" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_perl support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mod_python" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_python support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="asp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Apache ASP support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="asp_dot_net" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>ASP dot net support (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="managed_runtime_version" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Microsoft ASP.NET version s9pported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="coldfusion" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Coldfusion support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="webstat" type="webstatType" minOccurs="0"> <xs:annotation> <xs:documentation>Webserver statistics processor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="webstat_protected" type="xs:boolean" minOccurs="0"/> <xs:element name="errdocs" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Custom Error Documents</xs:documentation> </xs:annotation> </xs:element> <xs:element name="wuscripts" type="boolean" minOccurs="0"/> <xs:element name="at_domains" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>@-domains support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php_safe_mode" type="boolean" minOccurs="0"/> <xs:element name="sb_publishing" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Publish site using SiteBuilder (since 1.3.5 for Plesk Windows</xs:documentation> </xs:annotation> </xs:element> <xs:element name="iis-app-pool" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Dedicated IIS Application Pool does not exist (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fastcgi" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>mod_fcgid support (supported by Pleskf ro Unix only)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="php-version" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>PHP support (supported by Plesk for Windows only)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="create-sb-subdomains" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Create Blog and Photo Gallery subdomains (supported by Plesk for Windows only)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="domainFFHostingBase"> <xs:annotation> <xs:documentation>Domain Frame Forwarding Hosting</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="dest_url" type="forwardingURL"> <xs:annotation> <xs:documentation>Destination URL</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="domainSFHostingBase"> <xs:annotation> <xs:documentation>Domain Frame Forwarding Hosting</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="dest_url" type="forwardingURL"> <xs:annotation> <xs:documentation>Destination URL</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="domainBTPhHosting"> <xs:annotation> <xs:documentation>Domain Physical Hosting based on Template</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ftp_login" type="domainLogin"/> <xs:element name="ftp_password"> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fp_admin_login" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage Admin's Login</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="fp_admin_password" minOccurs="0"> <xs:annotation> <xs:documentation>FrontPage Admin's Password</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="16"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="shell" type="string" minOccurs="0"> <xs:annotation> <xs:documentation>Must be specified if template flags the domain creation with shell</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="domainBTHostingOp"> <xs:annotation> <xs:documentation>Domain Hosting bases on Template (Expand/Plesk Operator specific)</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="vrt_hst"> <xs:annotation> <xs:documentation>Physical hosting</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainBTPhHosting"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="std_fwd"> <xs:annotation> <xs:documentation>Standard forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainFFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="frm_fwd"> <xs:annotation> <xs:documentation>Frame forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainSFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="domainHostingAgentGet"> <xs:annotation> <xs:documentation>Domain Hosting (Plesk Agent specific) for 'get' operation</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="vrt_hst"> <xs:annotation> <xs:documentation>Physical hosting</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainPhHostingGet"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="std_fwd"> <xs:annotation> <xs:documentation>Standard forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainFFHostingBase"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="frm_fwd"> <xs:annotation> <xs:documentation>Frame forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainSFHostingBase"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="none"> <xs:annotation> <xs:documentation>No hosting</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="domainHostingAgentSet"> <xs:annotation> <xs:documentation>Domain Hosting (Plesk Agent specific) for 'set' operation</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="vrt_hst"> <xs:annotation> <xs:documentation>Physical hosting</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainPhHostingSet"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="std_fwd"> <xs:annotation> <xs:documentation>Standard forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainFFHostingBase"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="frm_fwd"> <xs:annotation> <xs:documentation>Frame forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainSFHostingBase"> <xs:sequence> <xs:element name="ip_address" type="ip_address"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="none"> <xs:annotation> <xs:documentation>No hosting</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="domainHostingOpSet"> <xs:annotation> <xs:documentation>Domain Hosting (Expand/Plesk Operator specific) for 'set' operation</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="vrt_hst"> <xs:annotation> <xs:documentation>Physical hosting</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainPhHostingSet"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="std_fwd"> <xs:annotation> <xs:documentation>Standard forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainFFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="frm_fwd"> <xs:annotation> <xs:documentation>Frame forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainSFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="none"> <xs:annotation> <xs:documentation>No hosting</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="domainHostingOpGet"> <xs:annotation> <xs:documentation>Domain Hosting (Expand/Plesk Operator specific) for 'get' operation.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="vrt_hst" type="domainPhHostingGet"> <xs:annotation> <xs:documentation>Physical hosting</xs:documentation> </xs:annotation> </xs:element> <xs:element name="std_fwd"> <xs:annotation> <xs:documentation>Standard forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainFFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="frm_fwd"> <xs:annotation> <xs:documentation>Frame forwarding</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="domainSFHostingBase"> <xs:sequence minOccurs="0"> <xs:element name="ip_address" type="ip_address" minOccurs="0"> <xs:annotation> <xs:documentation>Additionally specify different IP address from domain general setup</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="none"> <xs:annotation> <xs:documentation>No hosting</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="domainStat"> <xs:annotation> <xs:documentation>Domain statistics</xs:documentation> </xs:annotation> <xs:all> <xs:element name="traffic" type="size"/> <xs:element name="subdom" type="unsignedInt"> <xs:annotation> <xs:documentation>Subdomains</xs:documentation> </xs:annotation> </xs:element> <xs:element name="wu" type="unsignedInt"> <xs:annotation> <xs:documentation>Web Users</xs:documentation> </xs:annotation> </xs:element> <xs:element name="box" type="unsignedInt"> <xs:annotation> <xs:documentation>Mail Boxes</xs:documentation> </xs:annotation> </xs:element> <xs:element name="redir" type="unsignedInt"> <xs:annotation> <xs:documentation>Mail Redirects</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mg" type="unsignedInt"> <xs:annotation> <xs:documentation>Mail Groups</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resp" type="unsignedInt"> <xs:annotation> <xs:documentation>Mail responses</xs:documentation> </xs:annotation> </xs:element> <xs:element name="maillists" type="unsignedInt"> <xs:annotation> <xs:documentation>Maillists</xs:documentation> </xs:annotation> </xs:element> <xs:element name="db" type="unsignedInt"> <xs:annotation> <xs:documentation>DataBases</xs:documentation> </xs:annotation> </xs:element> <xs:element name="webapps" type="unsignedInt"> <xs:annotation> <xs:documentation>Web applications</xs:documentation> </xs:annotation> </xs:element> <xs:element name="traffic_prevday" type="size"> <xs:annotation> <xs:documentation>Total traffic for prev.day ( in bytes)</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="domainPerms"> <xs:annotation> <xs:documentation>Domain-level user permissions</xs:documentation> </xs:annotation> <xs:all> <xs:element name="manage_phosting" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Physical hosting management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_quota" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Hard disk quota assignment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_subdomains" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Subdomains management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_not_chroot_shell" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Non-chrooted shell management (supported by Plesk for Unix)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_dns" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>DNS zone management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_log" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Log rotation management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_crontab" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Crontab/Sheduler management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_anonftp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Anonymous FTP management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_webapps" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Java applications management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_sh_access" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Management of shell access to server</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_maillists" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Mailing lists management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_drweb" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Plesk >= 7.1 if drweb is supported by key</xs:documentation> </xs:annotation> </xs:element> <xs:element name="make_dumps" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Backup/restore functions (supported by Plesk for Windows)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="site_builder" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Plesk >= 7.1 And deprecated in Plesk 8.0 for Unix for all protocols</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_ftp_password" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>For protocol versions >= 1.3.3.1, Plesk >= 7.5</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_performance" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Appears since protocol version 1.3.4.2, actual for Plesk for Windows version only</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_domain_aliases" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>only Plelsk for Unix since api version 1.4</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_iis_app_pool" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>only Plelsk for Windows since api version 1.3.5.1</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dashboard" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>User interface</xs:documentation> </xs:annotation> </xs:element> <xs:element name="stdgui" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Standard interface</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_dashboard" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Desktop management</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_subftp" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>allows managing FTP subaccounts (supported by Plesk for Unix)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="manage_spamfilter" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Spam filter management (supported by Plesk for Unix)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="allow_local_backups" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Backup/restore functions use local repository (supported by Plesk for Unix)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="allow_ftp_backups" type="boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Backup/restore functions use FTP repository</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="trafficType"> <xs:sequence> <xs:element name="date" type="date"/> <xs:element name="http_in" type="int"/> <xs:element name="http_out" type="int"/> <xs:element name="ftp_in" type="int"/> <xs:element name="ftp_out" type="int"/> <xs:element name="smtp_in" type="int"/> <xs:element name="smtp_out" type="int"/> <xs:element name="pop3_imap_in" type="int"/> <xs:element name="pop3_imap_out" type="int"/> </xs:sequence> </xs:complexType> <xs:complexType name="webStat2"> <xs:choice> <xs:element name="awstats"/> <xs:sequence> <xs:element name="webalizer"/> <xs:element name="protected" type="xs:boolean"/> </xs:sequence> <xs:element name="none"/> </xs:choice> </xs:complexType> <xs:complexType name="DomainPerformanceType"> <xs:sequence> <xs:element name="bandwidth" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Maximum network use (KB/S); If value is equal -1 this parameter will be dosabled</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max_connections" type="int" minOccurs="0"> <xs:annotation> <xs:documentation>Connections limited to If value is equal -1 this parameter will be dosabled</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:schema>