mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Added missing verified attribute for domain delete
This commit is contained in:
parent
0884b8c9aa
commit
e5654fbb20
1 changed files with 418 additions and 406 deletions
|
@ -29,11 +29,12 @@
|
||||||
-->
|
-->
|
||||||
<element name="check" type="domain:mNameType"/>
|
<element name="check" type="domain:mNameType"/>
|
||||||
<element name="create" type="domain:createType"/>
|
<element name="create" type="domain:createType"/>
|
||||||
<element name="delete" type="domain:sNameType"/>
|
<element name="delete" type="domain:deleteType"/>
|
||||||
<element name="info" type="domain:infoType"/>
|
<element name="info" type="domain:infoType"/>
|
||||||
<element name="renew" type="domain:renewType"/>
|
<element name="renew" type="domain:renewType"/>
|
||||||
<element name="transfer" type="domain:transferType"/>
|
<element name="transfer" type="domain:transferType"/>
|
||||||
<element name="update" type="domain:updateType"/>
|
<element name="update" type="domain:updateType"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Child elements of the <create> command.
|
Child elements of the <create> command.
|
||||||
-->
|
-->
|
||||||
|
@ -141,6 +142,17 @@
|
||||||
</sequence>
|
</sequence>
|
||||||
</complexType>
|
</complexType>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Child element of the <delete> command - .ee specific (verified)
|
||||||
|
-->
|
||||||
|
<complexType name="deleteType">
|
||||||
|
<sequence>
|
||||||
|
<element name="name" type="eppcom:labelType"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="verified" type="domain:verifiedType"
|
||||||
|
use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Child elements of the <info> command.
|
Child elements of the <info> command.
|
||||||
-->
|
-->
|
||||||
|
@ -262,7 +274,6 @@
|
||||||
</restriction>
|
</restriction>
|
||||||
</simpleType>
|
</simpleType>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Allow the authInfo value to be nullified by including an
|
Allow the authInfo value to be nullified by including an
|
||||||
empty element within the choice.
|
empty element within the choice.
|
||||||
|
@ -452,6 +463,7 @@
|
||||||
minOccurs="0"/>
|
minOccurs="0"/>
|
||||||
</sequence>
|
</sequence>
|
||||||
</complexType>
|
</complexType>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
End of schema.
|
End of schema.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue