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

NAME

XML::EPP::Contact::Addr - implement host:chgType

SYNOPSIS

TODO

DESCRIPTION

...

XML Schema Definition

 <complexType name="addrType">
   <sequence>
     <element name="street" type="contact:optPostalLineType"
      minOccurs="0" maxOccurs="3"/>
     <element name="city" type="contact:postalLineType"/>
     <element name="sp" type="contact:optPostalLineType"
      minOccurs="0"/>
     <element name="pc" type="contact:pcType"
      minOccurs="0"/>
     <element name="cc" type="contact:ccType"/>
   </sequence>
 </complexType>

Attributes

There are no xml attributes on this element.

Elements

sp

This element is of type 'XML::EPP::Contact::optPostalLineType' and is not required.

street

This element is of type 'ArrayRef[XML::EPP::Contact::optPostalLineType]' and is not required. It can be provided at most 3 times.

cc

This element is of type 'XML::EPP::Contact::ccType' and is not required.

pc

This element is of type 'XML::EPP::Contact::optPostalLineType' and is not required.

city

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