mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Remove ident from contact xsd #2684
This commit is contained in:
parent
3e4fc685d1
commit
56f954e1b3
1 changed files with 0 additions and 21 deletions
|
@ -73,23 +73,6 @@
|
||||||
</restriction>
|
</restriction>
|
||||||
</simpleType>
|
</simpleType>
|
||||||
|
|
||||||
<complexType name="identType">
|
|
||||||
<simpleContent>
|
|
||||||
<extension base="eppcom:clIDType">
|
|
||||||
<attribute name="type" type="contact:identAttrType"/>
|
|
||||||
</extension>
|
|
||||||
</simpleContent>
|
|
||||||
</complexType>
|
|
||||||
|
|
||||||
<simpleType name="identAttrType">
|
|
||||||
<restriction base="token">
|
|
||||||
<enumeration value="ico"/>
|
|
||||||
<enumeration value="op"/>
|
|
||||||
<enumeration value="passport"/>
|
|
||||||
<enumeration value="birthday"/>
|
|
||||||
</restriction>
|
|
||||||
</simpleType>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Child elements of the <create> command.
|
Child elements of the <create> command.
|
||||||
-->
|
-->
|
||||||
|
@ -103,8 +86,6 @@
|
||||||
<element name="fax" type="contact:e164Type"
|
<element name="fax" type="contact:e164Type"
|
||||||
minOccurs="0"/>
|
minOccurs="0"/>
|
||||||
<element name="email" type="eppcom:minTokenType"/>
|
<element name="email" type="eppcom:minTokenType"/>
|
||||||
<element name="ident" type="contact:identType"
|
|
||||||
minOccurs="0"/>
|
|
||||||
<element name="authInfo" type="contact:authInfoType" minOccurs="0"/>
|
<element name="authInfo" type="contact:authInfoType" minOccurs="0"/>
|
||||||
|
|
||||||
</sequence>
|
</sequence>
|
||||||
|
@ -220,8 +201,6 @@
|
||||||
minOccurs="0"/>
|
minOccurs="0"/>
|
||||||
<element name="email" type="eppcom:minTokenType"
|
<element name="email" type="eppcom:minTokenType"
|
||||||
minOccurs="0"/>
|
minOccurs="0"/>
|
||||||
<element name="ident" type="contact:identType"
|
|
||||||
minOccurs="0"/>
|
|
||||||
<element name="authInfo" type="contact:authInfoType"
|
<element name="authInfo" type="contact:authInfoType"
|
||||||
minOccurs="0"/>
|
minOccurs="0"/>
|
||||||
</sequence>
|
</sequence>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue