NAME

? - implement ?

SYNOPSIS

TODO

DESCRIPTION

...

XML Schema Definition

<complexType name="postalInfoType">
  <sequence>
    <element name="name" type="contact:postalLineType"/>
    <element name="org" type="contact:optPostalLineType"
     minOccurs="0"/>
    <element name="addr" type="contact:addrType"/>
  </sequence>
  <attribute name="type" type="contact:postalInfoEnumType"
   use="required"/>
</complexType>

Attributes

type

This attribute is of type 'XML::EPP::Contact::postalInfoEnumType' and is not required.

Elements

org

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

name

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

addr

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