From 929e66ab6d3388f9370c3983488aaaab1385902b Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 14:01:42 +0200 Subject: [PATCH] Add object counts --- doc/epp/README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/doc/epp/README.md b/doc/epp/README.md index bcf8a6461..16c231df0 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -29,8 +29,7 @@ Introduction text here | [domain:ns](#domainns) | true | | Nameserver listing (2-11) | | domain:registrant | true | | Contact reference to the registrant | | domain:contact | true if registrant is a juridical person | type (admin) | Contact reference | -| domain:contact | false | type (tech, admin) | Contact reference | -| domain:contact | false | type (tech, admin) | Contact reference | +| domain:contact | false | type (tech, admin) | Contact reference (0 - n) | ##### domain:ns | Field name | Required | Attributes | Field description | @@ -41,8 +40,7 @@ Introduction text here | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | | domain:hostName | true | | Hostname of the nameserver | -| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | | -| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | | +| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | ( 0 - n) | ##### extension | Field name | Required | Attributes | Field description | @@ -101,15 +99,15 @@ Introduction text here | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | | [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj | -| domain:contact | false | type (tech, admin) | Contact reference | -| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) | +| domain:contact | false | type (tech, admin) | Contact reference (0 - n) | +| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) (0 - n)| ##### domain:rem | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | | [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj | -| domain:contact | false | type (tech, admin) | Contact reference | -| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) | +| domain:contact | false | type (tech, admin) | Contact reference ( 0 - n) | +| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) (0 - n)| ##### extension | Field name | Required | Attributes | Field description | @@ -126,13 +124,11 @@ Introduction text here ##### secDNS:add | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | -| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | -| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data (0 - n)| ##### secDNS:rem | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | -| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | -| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data (0 - n)| [EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-updates-domain-and-adds-objects)