Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

=head1 NAME
XML::EPP::Host::Notification - implement panDataType
=head1 SYNOPSIS
TODO
=head1 DESCRIPTION
...
=head2 XML Schema Definition
<!--
Pending action notification response elements.
-->
<complexType name="panDataType">
<sequence>
<element name="name" type="host:paNameType"/>
<element name="paTRID" type="epp:trIDType"/>
<element name="paDate" type="dateTime"/>
</sequence>
</complexType>
=head2 Attributes
There are no xml attributes on this element.
=head2 Elements
=over
=item B<tx_when>
This element is of type 'PRANG::XMLSchema::dateTime' and is not required. It corresponds to the XML element of name 'paDate'.
=item B<name_result>
This element is of type 'XML::EPP::Host::Notification::Result' and is not required. It corresponds to the XML element of name 'name'.
=item B<tx_id>
This element is of type 'XML::EPP::TrID' and is not required. It corresponds to the XML element of name 'paTRID'.
=back
=head1 SEE ALSO
ToMake
=head1 AUTHOR AND LICENSE
Development commissioned by NZ Registry Services, and carried out by
Copyright 2009, 2010, NZ Registry Services. This module is licensed
under the Artistic License v2.0, which permits relicensing under other
Free Software licenses.
=cut