Greeting EPP authors/users,
Seeking your input on EPP contact element . Could you
please share if there any EPP way to remove "int" or "loc" postalinfo from a
contact having both postalinfo types associated.
Referred EPP contact mapping RFC
(https://tools.ietf.org/html/rfc5733#section-3.2.5 )
The XML schema requires at least one instance and at most two instances of the
postalInfo element. The "type" attribute (whose value is either "int" or "loc")
is required, but you don't have to have both types present. You can always
remove one or the other.
Having said that, I don't think I'
Scott,
I believe the issue is that the only reference to in the
command is under the element. I don’t believe
the absence of a element of a specific type (“int” or
“loc”) under indicates an implicit delete. Consider the use case:
1. Create a contact via with a single
2. Ho
Jim, the change option should be interpreted as “completely replace old value
with this new value”. Whatever postalInfo is provided with an update should
completely replace whatever was there before. Looking at the use case you
described, yes, you can replace with
by including the “loc” value
Hello,
On 13/02/2017 14:59, Hollenbeck, Scott wrote:
> Jim, the change option should be interpreted as “completely replace old
> value with this new value”. Whatever postalInfo is provided with an
> update should completely replace whatever was there before. Looking at
> the use case you describe
> -Original Message-
> From: regext [mailto:regext-boun...@ietf.org] On Behalf Of Thomas Corte
> Sent: Monday, February 13, 2017 9:28 AM
> To: regext@ietf.org
> Subject: [EXTERNAL] Re: [regext] Query: Remove contact:postalInfo from a
> contact
>
> Hello,
>
> On 13/02/2017 14:59, Hollenbeck,