mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02: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.
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<contact:create
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:id>%contact%</contact:id>
|
|
<contact:postalInfo type="int">
|
|
<contact:name>John Doe</contact:name>
|
|
<contact:org>Example Inc.</contact:org>
|
|
<contact:addr>
|
|
<contact:street>123 Example Dr.</contact:street>
|
|
<contact:street>Suite 100</contact:street>
|
|
<contact:city>Dulles</contact:city>
|
|
<contact:sp>VA</contact:sp>
|
|
<contact:pc>20166-6503</contact:pc>
|
|
<contact:cc>US</contact:cc>
|
|
</contact:addr>
|
|
</contact:postalInfo>
|
|
<contact:voice x="1234">+1.7035555555</contact:voice>
|
|
<contact:fax>+1.7035555556</contact:fax>
|
|
<contact:email>jdoe@example.com</contact:email>
|
|
<contact:authInfo>
|
|
<contact:pw>2fooBAR</contact:pw>
|
|
</contact:authInfo>
|
|
<contact:disclose flag="1">
|
|
<contact:voice/>
|
|
<contact:email/>
|
|
</contact:disclose>
|
|
</contact:create>
|
|
</create>
|
|
<clTRID>trid</clTRID>
|
|
</command>
|
|
</epp>
|