mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
mv com/google/domain/registry google/registry
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
This commit is contained in:
parent
a41677aea1
commit
5012893c1d
2396 changed files with 0 additions and 0 deletions
35
java/google/registry/xml/xsd/iirdea.xsd
Normal file
35
java/google/registry/xml/xsd/iirdea.xsd
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schema targetNamespace="urn:ietf:params:xml:ns:iirdea-1.0"
|
||||
xmlns:iirdea="urn:ietf:params:xml:ns:iirdea-1.0"
|
||||
xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified">
|
||||
|
||||
<annotation>
|
||||
<documentation>
|
||||
ICANN interfaces for registries and data escrow agents
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
<element name="response" type="iirdea:responseType"/>
|
||||
|
||||
<complexType name="responseType">
|
||||
<sequence>
|
||||
<element name="result" type="iirdea:resultType"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<complexType name="resultType">
|
||||
<sequence>
|
||||
<element name="msg" type="token"/>
|
||||
<element name="description" type="string" minOccurs="0"/>
|
||||
</sequence>
|
||||
<attribute name="code" type="iirdea:codeType" use="required"/>
|
||||
</complexType>
|
||||
|
||||
<simpleType name="codeType">
|
||||
<restriction base="unsignedShort">
|
||||
<minInclusive value="1000"/>
|
||||
<maxInclusive value="9999"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
</schema>
|
Loading…
Add table
Add a link
Reference in a new issue