mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02:00
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:
parent
c85dc0c089
commit
4b83615513
6 changed files with 166 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue