mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Use reserved>pw element as disputed password
This commit is contained in:
parent
2525f14a18
commit
fabcdf9b7e
2 changed files with 3 additions and 15 deletions
|
@ -25,7 +25,6 @@
|
|||
<element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/>
|
||||
<element name="legalDocument" type="eis:legalDocType" minOccurs="0" maxOccurs="1"/>
|
||||
<element name="reserved" type="eis:reservedType" minOccurs="0" maxOccurs="1"/>
|
||||
<element name="disputed" type="eis:disputedType" minOccurs="0" maxOccurs="1"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
|
@ -50,16 +49,6 @@
|
|||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
<!--
|
||||
Disputed for providing passwords for disputed domains
|
||||
-->
|
||||
|
||||
<complexType name="disputedType">
|
||||
<sequence>
|
||||
<element name="pw" type="eis:pwType" minOccurs="0" maxOccurs="1"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<!--
|
||||
Legal document, encoded in base64
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue