The <account:fork> element contains the following sub-elements:
If the <account:roid> element is provided then the domain names must all be on that account, otherwise the domain names must all be on a single account.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>Example account fork response
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd">
<command>
<update>
<account:fork
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-account-2.0
nom-account-2.0.xsd">
<account:roid>567867845</account:roid>
<account:domain-name>example1.co.uk</account:domain-name>
<account:domain-name>example2.co.uk</account:domain-name>
<account:domain-name>example3.co.uk</account:domain-name>
</account:fork>
</update>
<clTRID>ABC-123</clTRID>
</command>
</epp>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd">
<response>
<result code="1000">
<msg>Command completed successfully </msg>
</result>
<resData>
<account:creData>
<account:roid>100029-UK</account:roid>
<account:name>Mr R. Strant</account:name>
<account:contact type="admin" order="1">
<contact:creData>
<contact:roid>C100081-UK</contact:roid>
<contact:name>Mr R. Strant</contact:name>
</contact:creData>
</account:contact>
<account:crDate>2008-01-12T15:00:12</account:crDate>
</account:creData>
</resData>
</response>
</epp>