mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
updated schemas
This commit is contained in:
parent
9bffb09e34
commit
49fc79244f
7 changed files with 56 additions and 11 deletions
43
lib/schemas/all-ee-1.3.xsd
Normal file
43
lib/schemas/all-ee-1.3.xsd
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
This schema imports other schemas used for Estonian ccTLD
|
||||
.ee EPP queries and responses.
|
||||
-->
|
||||
<schema targetNamespace="https://epp.tld.ee/schema/all-ee-1.3"
|
||||
xmlns:all="https://epp.tld.ee/schema/all-ee-1.3"
|
||||
xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified">
|
||||
|
||||
<!--
|
||||
Import all schemas related to .ee EPP protocol.
|
||||
Anytime the version of any imported schema is raised, the version of
|
||||
'all' schema is also raised.
|
||||
eppcom and epp schemas never change the version. This would result
|
||||
in incompatibility with EPP standard.
|
||||
-->
|
||||
<import namespace="urn:ietf:params:xml:ns:eppcom-1.0"
|
||||
schemaLocation="lib/schemas/eppcom-1.0.xsd"/>
|
||||
<import namespace="https://epp.tld.ee/schema/epp-ee-1.0.xsd"
|
||||
schemaLocation="lib/schemas/epp-ee-1.0.xsd"/>
|
||||
<!-- EPP protocol extension: DNSSEC -->
|
||||
<import namespace="urn:ietf:params:xml:ns:secDNS-1.1"
|
||||
schemaLocation="lib/schemas/secDNS-1.1.xsd"/>
|
||||
<import namespace="urn:ietf:params:xml:ns:host-1.0"
|
||||
schemaLocation="lib/schemas/host-1.0.xsd"/>
|
||||
<!-- EPP protocol extension: .ee specific -->
|
||||
<import namespace="https://epp.tld.ee/schema/eis-1.0"
|
||||
schemaLocation="lib/schemas/eis-1.0.xsd"/>
|
||||
<import namespace="https://epp.tld.ee/schema/contact-ee-1.1"
|
||||
schemaLocation="lib/schemas/contact-ee-1.1.xsd"/>
|
||||
<import namespace="https://epp.tld.ee/schema/domain-ee-1.2"
|
||||
schemaLocation="lib/schemas/domain-ee-1.2.xsd"/>
|
||||
|
||||
<annotation>
|
||||
<documentation>
|
||||
Extensible Provisioning Protocol v1.0
|
||||
all schema's grouped together
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
</schema>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<schema targetNamespace="https://epp.tld.ee/schema/domain-ee-1.1.xsd"
|
||||
xmlns:domain="https://epp.tld.ee/schema/domain-ee-1.1.xsd"
|
||||
<schema targetNamespace="https://epp.tld.ee/schema/domain-ee-1.2.xsd"
|
||||
xmlns:domain="https://epp.tld.ee/schema/domain-ee-1.2.xsd"
|
||||
xmlns:host="urn:ietf:params:xml:ns:host-1.0"
|
||||
xmlns:epp="https://epp.tld.ee/schema/epp-ee-1.0.xsd"
|
||||
xmlns:eppcom="urn:ietf:params:xml:ns:eppcom-1.0"
|
||||
|
@ -416,6 +416,8 @@ than English.
|
|||
<enumeration value="deleteCandidate"/>
|
||||
<enumeration value="disputed"/>
|
||||
<enumeration value="serverReleaseProhibited"/>
|
||||
<enumeration value="serverExtensionUpdateProhibited"/>
|
||||
<enumeration value="serverObjUpdateProhibited"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue