diff --git a/doc/epp/domain.md b/doc/epp/domain.md index 0c420a43d..5ffdbd117 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -112,43 +112,38 @@ [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-renews-a-domain) - ### Domain transfer -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [transfer](#transfer) | true | op (approve, query, reject) | | -| [extension](#ext-legal-not-required) | false | | | -| clTRID | false | | Client transaction id | -##### transfer -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [domain:transfer](#domaintransfer) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | - -##### domain:transfer -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| domain:name | true | | Domain name. Can contain unicode characters. | -| [domain:authInfo](#domainauthinfo) | true | | Domain password | +| Field name | Min-max | Field description | +| ----------------------- |---------|------------------ | +| `` | 1 | | +| `-` | 1 | Attribute: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" | +| `--` | 1 | Domain name. Can contain unicode characters. Attribute: hosts="all / TODO" | +| `--` | 1 | | +| `---` | 1 | Domain password. Attribute: roid="String" | +| `` | 0-1 | | +| `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | +| `--` | 1 | Base64 encoded document | +| `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-returns-domain-info) ### Domain check +| Field name | Min-max | Field description | +| ----------------------- |---------|------------------ | +| `` | 1 | | +| `-` | 1 | Attribute: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" | +| `--` | 1 | Domain name. Can contain unicode characters. Attribute: hosts="all / TODO" | +| `` | 0-1 | | +| `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | +| `--` | 1 | Base64 encoded document | +| `` | 0-1 | Client transaction id | + | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | | [check](#check) | true | | | | [extension](#ext-legal-not-required) | false | | | | clTRID | false | | Client transaction id | -##### check -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [domain:check](#domaincheck) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | - -##### domain:transfer -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| domain:name | true | | Domain name. Can contain unicode characters. | - [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-checks-a-domain)