D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
htdocs
/
schemas
/
rpc
/
1.4.0.0
/
Filename :
domain_input.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"> <xs:include schemaLocation="plesk_domain.xsd"/> <xs:complexType name="domainFilterType"> <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" type="id_type" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Domain owner's client ID</xs:documentation> </xs:annotation> </xs:element> <xs:element name="domain_name" type="string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Domain name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="client_login" type="string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Domain owner's login</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="DomainTypeRequest"> <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" minOccurs="0"> <xs:annotation> <xs:documentation>Required for admin session</xs:documentation> </xs:annotation> </xs:element> <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="domainHostingAgentSet" 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="domainFilterType"> <xs:annotation> <xs:documentation>Filter domains to be refreshed</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataset" type="domainDatasetType"> <xs:annotation> <xs:documentation>Domain information to be retrieved</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="domainFilterType"> <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="domainHostingAgentSet" minOccurs="0"/> <xs:element name="user" type="domainUserSet" minOccurs="0"/> <xs:element name="disk_usage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="mailboxes" minOccurs="0"/> <xs:element name="maillists" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </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="domainFilterType"> <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="domainFilterType"> <xs:annotation> <xs:documentation>Fliter domains to be listed</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="get_traffic"> <xs:complexType> <xs:sequence> <xs:element name="filter" type="domainFilterType"/> <xs:element name="since_date" type="date" minOccurs="0"/> <xs:element name="to_date" type="date" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="set_traffic"> <xs:complexType> <xs:sequence> <xs:element name="dom_id" type="int"/> <xs:element name="date" type="date"/> <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:element> </xs:choice> </xs:complexType> </xs:schema>