Відмінності між версіями «UA (en)»

Матеріал з DRS wiki
Перейти до: навігація, пошук
Рядок 7: Рядок 7:
 
[[Файл:Cctld-UA-lifecycle.jpeg]]
 
[[Файл:Cctld-UA-lifecycle.jpeg]]
  
Example <create> command for the second level domain in the zone .UA:
+
'''Example <create> command for the second level domain in the zone .UA:'''
  
  <command>
+
<syntaxhighlight lang="xml" enclose="pre">
 +
<command>
 
     <create>
 
     <create>
 
         <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
 
         <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
Рядок 40: Рядок 41:
 
         </drs:create>
 
         </drs:create>
 
     </extension>
 
     </extension>
  </command>
+
</command>
 +
</syntaxhighlight>
  
 
Examples of other commands can be found in the document RFC5731 (http://tools.ietf.org/html/rfc5731#section-3)
 
Examples of other commands can be found in the document RFC5731 (http://tools.ietf.org/html/rfc5731#section-3)

Версія за 11:16, 19 червня 2013

The domain name in UA may only register for Based on the certificate of trademark registration registered in the territory of Ukraine, or if the trademark registered in another state with territorial expansion to Ukraine under the Madrid Agreement.

According to the rules of the .UA domain zone, domain name must fully reproduce the verbal designation of a trademark.

Data in domain contact "admin" must fully duplicate data trademark owner или данные владельца лицензионного договора на соответствующую trademark.

Cctld-UA-lifecycle.jpeg

Example <create> command for the second level domain in the zone .UA:

<command>
    <create>
        <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
            <domain:name>example.ua</domain:name>
            <domain:period unit="y">1</domain:period>
            <domain:ns>
                <domain:hostAttr>
                    <domain:hostName>ns1.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns2.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns3.example.net</domain:hostName>
                </domain:hostAttr>
            </domain:ns>
            <domain:contact type="admin">example1-cunic</domain:contact>
            <domain:contact type="tech">example2-cunic</domain:contact>
            <domain:authInfo>
                <domain:pw>2fooBAR</domain:pw>
            </domain:authInfo>
        </domain:create>
    </create>
    <extension>
        <drs:create xmlns:drs="http://drs.ua/epp/drs-1.0" xsi:schemaLocation="http://drs.ua/epp/drs-1.0 drs-1.0.xsd">
            <drs:domain>
                <drs:license>1234567</drs:license>
                <drs:description>Registrar client</drs:description>
            </drs:domain>
        </drs:create>
    </extension>
</command>

Examples of other commands can be found in the document RFC5731 (http://tools.ietf.org/html/rfc5731#section-3)