NAME
? - implement ?
SYNOPSIS
TODO
DESCRIPTION
...
XML Schema Definition
<complexType name="discloseType">
<sequence>
<element name="name" type="contact:intLocType"
minOccurs="0" maxOccurs="2"/>
<element name="org" type="contact:intLocType"
minOccurs="0" maxOccurs="2"/>
<element name="addr" type="contact:intLocType"
minOccurs="0" maxOccurs="2"/>
<element name="voice" minOccurs="0"/>
<element name="fax" minOccurs="0"/>
<element name="email" minOccurs="0"/>
</sequence>
<attribute name="flag" type="boolean" use="required"/>
</complexType>
Attributes
- flag
-
This attribute is of type 'PRANG::XMLSchema::boolean' and is not required.
Elements
-
This element is of type 'Bool' and is not required.
- org
-
This element is of type 'ArrayRef[XML::EPP::Contact::Location]' and is not required. It can be provided at most 2 times.
- name
-
This element is of type 'ArrayRef[XML::EPP::Contact::Location]' and is not required. It can be provided at most 2 times.
- fax
-
This element is of type 'Bool' and is not required.
- voice
-
This element is of type 'Bool' and is not required.
- addr
-
This element is of type 'ArrayRef[XML::EPP::Contact::Location]' and is not required. It can be provided at most 2 times.
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.