mirror of
https://github.com/google/nomulus
synced 2026-08-20 06:06:11 +00:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<domain:create
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example-one.tld</domain:name>
|
|
<domain:period unit="y">2</domain:period>
|
|
<domain:ns>
|
|
<domain:hostObj>ns1.example.net</domain:hostObj>
|
|
<domain:hostObj>ns2.example.net</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:registrant>jd1234</domain:registrant>
|
|
<domain:contact type="admin">sh8013</domain:contact>
|
|
<domain:contact type="tech">sh8013</domain:contact>
|
|
<domain:authInfo>
|
|
<domain:pw>2fooBAR</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:create>
|
|
</create>
|
|
<extension>
|
|
<allocate:create xmlns:allocate="urn:google:params:xml:ns:allocate-1.0">
|
|
<allocate:applicationRoid>1-TLD</allocate:applicationRoid>
|
|
<allocate:applicationTime>2010-08-16T10:00:00.0Z</allocate:applicationTime>
|
|
</allocate:create>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|