3.2. Domains¶
A domain contains information which represents a regular domain or an ENUM domain.
Namespace: http://www.nic.cz/xml/epp/domain-1.4
Schema: domain-1.4.5.xsd
Note
Domain name mapping is based on the standard RFC 5731 but implemented with the following modifications:
replacement of a list of name servers with an nsset,
addition of a keyset,
simplification of the list of contacts to just one type of contact (admin).
3.2.1. Object attributes¶
In addition to the common attributes, domains also have the following attributes:
name
The domain name. See Domain names and hostnames.
registrant
The handle of the domain owner contact.
admin
The handle(s) of zero or more administrative contact(s).
nsset
The handle of a nameserver set.
keyset
The handle of a DNSSEC-key set.
exDate
The date of domain name expiration.
valExDate
ENUM extensionThe date of the expiration of ENUM domain validation.
publish
ENUM extension + DEPRECATEDFlag of publishing an ENUM domain in a public ENUM directory.
This attribute has currently no meaning for the server and it will be removed in the future. Use of this attribute is discouraged.
3.2.2. Object states¶
A domain can have one or more of the following statuses:
ok
– no other states are setserverDeleteProhibited
– deletion of the domain is forbiddenserverRenewProhibited
– renewal of the domain is forbiddenserverTransferProhibited
– transfer of the domain is forbiddenserverUpdateProhibited
– update of the domain is forbiddenserverRegistrantChangeProhibited
– the change of the registrant of the domain is forbiddenserverBlocked
– the domain is blocked by administrationserverOutzoneManual
– domain’s absence in the zone is forced by administrationserverInzoneManual
– domain’s presence in the zone is forced by administrationexpired
– the domain is expiredoutzone
– the domain is not included in the zonenotValidated
ENUM only – the ENUM domain is not validateddeleteCandidate
– the domain is scheduled for deletion
3.2.3. Command-response mapping¶
For command-response mapping see a specific command syntax description:
3.2.4. ENUM domains¶
ENUM domains have the same set of attributes as regular domains except for two additional attributes. Therefore they are managed by the same commands & responses as regular domains, only the handling of the additional attributes requires extensions of the standard commands & responses, so that these attributes can be included in transactions where appropriate.
Namespace: http://www.nic.cz/xml/epp/enumval-1.2
Schema: enumval-1.2.0.xsd
These extensions are used with the following commands:
and with responses to the domain:info command.