3.3. Contacts¶
A contact contains information which represents a person or a company. See also the concept of contacts.
Namespace: http://www.nic.cz/xml/epp/contact-1.6
Schema: contact-1.6.6.xsd
Note
Contact mapping is based on the standard RFC 5733 but implemented with the following modifications:
addition of notification email, VAT-payer identification number, identity-document number and the type thereof,
replacement of two postal addresses with just one postal address.
3.3.1. Object attributes¶
In addition to the common attributes, contacts also have the following attributes:
idThe contact handle. See Handles of contacts, nssets and keysets.
postalInfoInformation for postal purposes, consisting of:
nameThe contact name (person or company).
orgThe name of an organization (use with a company). You may leave this empty to signify a natural person.
addrThe permanent address / company seat, consisting of:
street1–3 street line(s).
cityCity.
spState or province.
pcPostal code.
ccCountry code.
voicePhone number.
faxFax number.
emailA list of email addresses.
notifyEmailA list of notification email addresses.
vatVAT-payer identifier.
identIdentity-document type and number. (A document that proves the contact’s identity.)
discloseDisclosure preference for:
addr,voice,fax,email,vat,ident,notifyEmail.Note
The contact handle, name and organization are always disclosed.
mailing/addrextensionAn additional mailing address, which consists of the same items as the permanent address (
postalInfo/addr).
3.3.2. Object states¶
A contact can have one or more of the following statuses:
ok– no other states are setlinked– the contact has relation to other records in the RegistryserverDeleteProhibited– deletion of the contact is forbiddenserverTransferProhibited– transfer of the contact is forbiddenserverUpdateProhibited– update of the contact is forbiddenserverBlocked– the contact is blocked by administrationdeleteCandidate– the contact is scheduled for deletionconditionallyIdentifiedContact– the contact’s identity is partially verifiedidentifiedContact– the contact’s identity is fully verifiedvalidatedContact– the contact is validatedmojeidContact– the contact is used in the mojeID extension and has more attributes and possibilities than a regular contactserverContactNameChangeProhibited– change of the contact’s name is forbiddenserverContactOrganizationChangeProhibited– change of the contact’s organization is forbiddenserverContactIdentChangeProhibited– change of the contact’sidentatribute is forbiddenserverContactPermanentAddressChangeProhibited– change of the contact’s permanent adress is forbidden
3.3.3. Command-response mapping¶
For command-response mapping see a specific command syntax description:
3.3.4. Mailing address¶
Command & response extensions allow to manage an additional address with a contact.
Namespace: http://www.nic.cz/xml/epp/extra-addr-1.0
Schema: extra-addr-1.0.0.xsd
These extensions are used with the following commands:
and with responses to the contact:info command.