diff --git a/doc/epp/domain.md b/doc/epp/domain.md index 78a08b03e..88b5e5b0b 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -2,26 +2,26 @@ ### Domain create -| Field name | Min-max | Field description | -| ----------------- |----------|----------------- | -| `` | 1 | | +| 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. | | `--` | 0-1 | Registration period for domain. Must add up to 1 / 2 / 3 years. Attribute: unit="y/m/d"| | `--` | 1 | Contact reference to the registrant | -| `--` | 0-n | Contact reference. Admin contact is required if registrant is a juridical person. | +| `--` | 0-n | Contact reference. Admin contact is required if registrant is a juridical person. Attribute: type="admin/tech" | | `--` | 1 | | | `---` | 2-11 | | | `----` | 1 | Hostname of the nameserver | | `----` | 0-2 | Required if nameserver is under domain zone. Attribute ip="v4/v6" | -| `` | 1 | | -| `-` | 0-1 | | -| `--` | 1 | Attribute: xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1" | +| `` | 1 | | +| `-` | 0-1 | Attribute: xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1" | +| `--` | 1 | | | `---` | 1 | Allowed values: 0, 256, 257 | | `---` | 1 | Allowed values: 3 | | `---` | 1 | Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 | | `---` | 1 | Public key | -| `-` | 1 | | +| `-` | 1 | | | `--` | 1 | Base64 encoded document |