Added missing verified attribute for domain delete

This commit is contained in:
Timo Võhmar 2015-11-27 20:13:21 +02:00
parent 0884b8c9aa
commit e5654fbb20

View file

@ -29,11 +29,12 @@
-->
<element name="check" type="domain:mNameType"/>
<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="renew" type="domain:renewType"/>
<element name="transfer" type="domain:transferType"/>
<element name="update" type="domain:updateType"/>
<!--
Child elements of the <create> command.
-->
@ -141,6 +142,17 @@
</sequence>
</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.
-->
@ -262,7 +274,6 @@
</restriction>
</simpleType>
<!--
Allow the authInfo value to be nullified by including an
empty element within the choice.
@ -452,6 +463,7 @@
minOccurs="0"/>
</sequence>
</complexType>
<!--
End of schema.
-->