Doc table test

This commit is contained in:
Martin Lensment 2015-01-19 16:18:17 +02:00
parent 333d136324
commit 06992b51b3

View file

@ -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 |
| ----------------- |----------|----------------- |
| <create> | 1 | |
| - <domain:create> | 1 | Must have attribute xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" |
| - - <domain:name> | 1 | Domain name. Can contain unicode characters. |
| - - <domain:period unit="(y/m/d)"> | 0-1 | Registration period for domain. Must add up to 1 / 2 / 3 years. |
##### create
| Field name | Required | Attributes | Field description |