NAME
XML::EPP::Host::Update - implement ?
SYNOPSIS
TODO
DESCRIPTION
...
XML Schema Definition
<!--
Child elements of the <update> command.
-->
<complexType name="updateType">
<sequence>
<element name="name" type="eppcom:labelType"/>
<element name="add" type="host:addRemType"
minOccurs="0"/>
<element name="rem" type="host:addRemType"
minOccurs="0"/>
<element name="chg" type="host:chgType"
minOccurs="0"/>
</sequence>
</complexType>
Attributes
There are no xml attributes on this element.
Elements
- remove
-
This element is of type 'XML::EPP::Host::Delta' and is not required. It corresponds to the XML element of name 'rem'.
- rename
-
This element is of type 'XML::EPP::Host::Rename' and is not required. It corresponds to the XML element of name 'chg'.
- name
-
This element is of type 'XML::EPP::Common::labelType' and is not required.
- add
-
This element is of type 'XML::EPP::Host::Delta' and is not required.
SEE ALSO
ToMake
AUTHOR AND LICENSE
Development commissioned by NZ Registry Services, and carried out by Catalyst IT - http://www.catalyst.net.nz/
Copyright 2009, 2010, NZ Registry Services. This module is licensed under the Artistic License v2.0, which permits relicensing under other Free Software licenses.