mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Improve EIS xsd #2565
This commit is contained in:
parent
bfdabaacf3
commit
d46bd5b4aa
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@
|
||||||
Child elements found in EPP commands.
|
Child elements found in EPP commands.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<element name="extdata" type="eis:legalDocAndIdentType"/>
|
<element name="extdata" type="eis:eisExtType"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Child elements supporting ident and legal documents.
|
Child elements supporting EIS specific values.
|
||||||
-->
|
-->
|
||||||
<complexType name="legalDocAndIdentType">
|
<complexType name="eisExtType">
|
||||||
<sequence>
|
<sequence>
|
||||||
<element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/>
|
<element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/>
|
||||||
<element name="legalDocument" type="eis:legalDocType" minOccurs="0" maxOccurs="1"/>
|
<element name="legalDocument" type="eis:legalDocType" minOccurs="0" maxOccurs="1"/>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<complexType name="reservedType">
|
<complexType name="reservedType">
|
||||||
<sequence>
|
<sequence>
|
||||||
<element name="pw" type="eis:pwType" minOccurs="1" maxOccurs="1"/>
|
<element name="pw" type="eis:pwType" minOccurs="0" maxOccurs="1"/>
|
||||||
</sequence>
|
</sequence>
|
||||||
</complexType>
|
</complexType>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue