Do not require address in EPP api

#251
This commit is contained in:
Artur Beljajev 2016-12-09 07:34:16 +02:00
parent 74598ccf23
commit 23e8c90716

View file

@ -96,7 +96,7 @@
<element name="name" type="contact:postalLineType"/> <element name="name" type="contact:postalLineType"/>
<element name="org" type="contact:optPostalLineType" <element name="org" type="contact:optPostalLineType"
minOccurs="0"/> minOccurs="0"/>
<element name="addr" type="contact:addrType"/> <element name="addr" type="contact:addrType" minOccurs="0"/>
</sequence> </sequence>
<attribute name="type" type="contact:postalInfoEnumType"/> <attribute name="type" type="contact:postalInfoEnumType"/>
</complexType> </complexType>