Improve EIS xsd #2565

This commit is contained in:
Martin Lensment 2015-07-09 18:00:47 +03:00
parent bfdabaacf3
commit d46bd5b4aa

View file

@ -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>