[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


To: Daniel Manley <dmanley@tucows.com>
Cc: Michael Graff <Michael_Graff@isc.org>, ietf-provreg@cafax.se
From: Michael Graff <Michael_Graff@isc.org>
Date: 29 Nov 2002 21:26:19 +0000
In-Reply-To: <3DE7CF02.7030100@tucows.com>
Sender: owner-ietf-provreg@cafax.se
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2
Subject: Re: Implementation of EPP (other nits)

Daniel Manley <dmanley@tucows.com> writes:

> does the schema permit setting these fields to "" (empty string)?

Nope.

From the base document:

  <!--
  Abstract client and object identifier type.
  -->
    <simpleType name="clIDType">
      <restriction base="token">
        <minLength value="3"/>
        <maxLength value="16"/>
      </restriction>
    </simpleType>

As used for updating the registrant field in a domain:

  <!--
  Data elements that can be changed.
  -->
    <complexType name="chgType">
      <sequence>
        <element name="registrant" type="eppcom:clIDType"
         minOccurs="0"/>
        <element name="authInfo" type="domain:authInfoType"
         minOccurs="0"/>
      </sequence>
    </complexType>

That won't allow an empty string, if I understand XML right.

--Michael

Home | Date list | Subject list