NAME

? - implement ?

SYNOPSIS

TODO

DESCRIPTION

...

XML Schema Definition

<!--
Child elements of the <create> command.
-->
<complexType name="createType">
  <sequence>
    <element name="id" type="eppcom:clIDType"/>
    <element name="postalInfo" type="contact:postalInfoType"
     maxOccurs="2"/>
    <element name="voice" type="contact:e164Type"
     minOccurs="0"/>
    <element name="fax" type="contact:e164Type"
     minOccurs="0"/>
    <element name="email" type="eppcom:minTokenType"/>
    <element name="authInfo" type="contact:authInfoType"/>
    <element name="disclose" type="contact:discloseType"
     minOccurs="0"/>
  </sequence>
</complexType>

Attributes

There are no xml attributes on this element.

Elements

email

This element is of type 'XML::EPP::Common::minTokenType' and is not required.

id

This element is of type 'XML::EPP::Common::clIDType' and is not required.

disclose

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

fax

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

postal_info

This element is of type 'ArrayRef[XML::EPP::Contact::PostalInfo]' and is not required. It corresponds to the XML element of name 'postalInfo'. It can be provided at most 2 times.

voice

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

auth_info

This element is of type 'XML::EPP::Contact::AuthInfo' and is not required. It corresponds to the XML element of name 'authInfo'.

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.