mirror of
https://github.com/internetee/registry.git
synced 2025-05-27 22:50:10 +02:00
Merge branch '104525314-domain-object-states' into staging
This commit is contained in:
commit
47f41a0bd2
12 changed files with 234 additions and 48 deletions
|
@ -29,7 +29,7 @@
|
|||
-->
|
||||
<element name="check" type="domain:mNameType"/>
|
||||
<element name="create" type="domain:createType"/>
|
||||
<element name="delete" type="domain:sNameType"/>
|
||||
<element name="delete" type="domain:verifiedDeleteType"/>
|
||||
<element name="info" type="domain:infoType"/>
|
||||
<element name="renew" type="domain:renewType"/>
|
||||
<element name="transfer" type="domain:transferType"/>
|
||||
|
@ -133,6 +133,22 @@
|
|||
</sequence>
|
||||
</complexType>
|
||||
<!--
|
||||
Extended delete with verified attribute and include single name content
|
||||
-->
|
||||
<complexType name="verifiedDeleteType">
|
||||
<sequence>
|
||||
<element name="name" type="eppcom:labelType"/>
|
||||
</sequence>
|
||||
<attribute name="verified" use="optional">
|
||||
<simpleType>
|
||||
<restriction base="string">
|
||||
<enumeration value="yes"/>
|
||||
<enumeration value="no"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
</attribute>
|
||||
</complexType>
|
||||
<!--
|
||||
Child element of commands that accept multiple names.
|
||||
-->
|
||||
<complexType name="mNameType">
|
||||
|
@ -396,6 +412,10 @@
|
|||
<enumeration value="serverRenewProhibited"/>
|
||||
<enumeration value="serverTransferProhibited"/>
|
||||
<enumeration value="serverUpdateProhibited"/>
|
||||
<!-- Custom EIS domain status values -->
|
||||
<enumeration value="serverTechChangeProhibited"/>
|
||||
<enumeration value="serverAdminChangeProhibited"/>
|
||||
<enumeration value="serverRegistrantChangeProhibited"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue