mirror of
https://github.com/google/nomulus
synced 2026-08-17 12:46:11 +00: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user