mirror of
https://github.com/google/nomulus
synced 2026-09-26 18:04:36 +00:00
Note that it doesn't do anything yet beyond basic XML validation because the default registry system doesn't use registration types, but this serves as a template for the other domain commands using registration types and provides a method that TLDs implementing custom logic can use. This also explicitly doesn't yet handle the response extensions. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123245388
29 lines
972 B
XML
29 lines
972 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<greeting>
|
|
<svID>Charleston Road Registry</svID>
|
|
<svDate>2000-06-08T22:00:00.0Z</svDate>
|
|
<svcMenu>
|
|
<version>1.0</version>
|
|
<lang>en</lang>
|
|
<objURI>urn:ietf:params:xml:ns:host-1.0</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:contact-1.0</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:domain-1.0</objURI>
|
|
<svcExtension>
|
|
<extURI>urn:ietf:params:xml:ns:launch-1.0</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:rgp-1.0</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:secDNS-1.1</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:fee-0.6</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:regtype-0.2</extURI>
|
|
</svcExtension>
|
|
</svcMenu>
|
|
<dcp>
|
|
<access><all/></access>
|
|
<statement>
|
|
<purpose><admin/><prov/></purpose>
|
|
<recipient><ours/><public/></recipient>
|
|
<retention><indefinite/></retention>
|
|
</statement>
|
|
</dcp>
|
|
</greeting>
|
|
</epp>
|