Add support for a domain delete superuser EPP extension

Allow superusers to change the grace period and allow
superusers to change the pending delete length.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=168028545
This commit is contained in:
bbilbo 2017-09-08 12:11:16 -07:00 committed by jianglai
parent c85dc0c089
commit 4b83615513
6 changed files with 166 additions and 5 deletions

View file

@ -38,4 +38,13 @@
</restriction>
</simpleType>
<element name="domainDelete" type="superuser:domainDeleteType" />
<complexType name="domainDeleteType">
<all>
<element name="redemptionGracePeriodDays" type="nonNegativeInteger" />
<element name="pendingDeleteDays" type="nonNegativeInteger" />
</all>
</complexType>
</schema>