The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

? - implement ?

SYNOPSIS

TODO

DESCRIPTION

...

XML Schema Definition

 <!--
 Data elements that can be added or removed.
 -->
 <complexType name="addRemType">
  <sequence>
    <element name="ns" type="domain:nsType"
     minOccurs="0"/>
    <element name="contact" type="domain:contactType"
     minOccurs="0" maxOccurs="unbounded"/>
    <element name="status" type="domain:statusType"
     minOccurs="0" maxOccurs="11"/>
  </sequence>
 </complexType>

Attributes

There are no xml attributes on this element.

Elements

status

This element is of type 'ArrayRef[XML::EPP::Domain::Status]' and is not required. It can be provided at most 11 times.

contact

This element is of type 'ArrayRef[XML::EPP::Domain::Contact]' and is not required.

ns

This element is of type 'XML::EPP::Domain::NS' 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.