mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +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.
|
||||
-->
|
||||
|
||||
<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>
|
||||
<element name="ident" type="eis:identType" minOccurs="0" maxOccurs="1"/>
|
||||
<element name="legalDocument" type="eis:legalDocType" minOccurs="0" maxOccurs="1"/>
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
<complexType name="reservedType">
|
||||
<sequence>
|
||||
<element name="pw" type="eis:pwType" minOccurs="1" maxOccurs="1"/>
|
||||
<element name="pw" type="eis:pwType" minOccurs="0" maxOccurs="1"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue