From 06992b51b3af13379bcee7a5e53e375866a60039 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Mon, 19 Jan 2015 16:18:17 +0200 Subject: [PATCH] Doc table test --- doc/epp/domain.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/epp/domain.md b/doc/epp/domain.md index 68a0682c7..ee8b5bec0 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -2,11 +2,13 @@ ### Domain create -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [create](#create) | true | | | -| [extension](#top-domain-create-extension) | true | | | -| clTRID | false | | Client transaction id | +| Field name | Min-max | Field description | +| ----------------- |----------|----------------- | +| | 1 | | +| - | 1 | Must have 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. | + ##### create | Field name | Required | Attributes | Field description |