mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +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
28
java/google/registry/xml/xsd/rde-policy.xsd
Normal file
28
java/google/registry/xml/xsd/rde-policy.xsd
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schema targetNamespace="urn:ietf:params:xml:ns:rdePolicy-1.0"
|
||||
xmlns:rdePolicy="urn:ietf:params:xml:ns:rdePolicy-1.0"
|
||||
xmlns:rde="urn:ietf:params:xml:ns:rde-1.0"
|
||||
xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified">
|
||||
|
||||
<import namespace="urn:ietf:params:xml:ns:rde-1.0"
|
||||
schemaLocation="rde.xsd"/>
|
||||
|
||||
<annotation>
|
||||
<documentation>
|
||||
Registry Data Escrow Policy schema
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
<element name="policy" type="rdePolicy:policyType"
|
||||
substitutionGroup="rde:content"/>
|
||||
|
||||
<complexType name="policyType">
|
||||
<complexContent>
|
||||
<extension base="rde:contentType">
|
||||
<attribute name="scope" type="token" use="required"/>
|
||||
<attribute name="element" type="anyURI" use="required"/>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</schema>
|
Loading…
Add table
Add a link
Reference in a new issue