Hello,

On 03/03/2017 23:13, internet-dra...@ietf.org wrote:

> A New Internet-Draft is available from the on-line Internet-Drafts 
> directories.
> This draft is a work item of the Registration Protocols Extensions of the 
> IETF.
> 
>         Title           : Registry Fee Extension for the Extensible 
> Provisioning Protocol (EPP)
>         Authors         : Roger Carney
>                           Gavin Brown
>                           Jothan Frakes
>       Filename        : draft-ietf-regext-epp-fees-01.txt
>       Pages           : 34
>       Date            : 2017-03-03
> 
> Abstract:
>    This document describes an Extensible Provisioning Protocol (EPP)
>    extension mapping for registry fees.

In addition to the XML schema problem I reported earlier today, I also
noticed a discrepancy between the description of the transfer response
elements and the ones allowed by the schema
(see ttps://tools.ietf.org/html/draft-ietf-regext-epp-fees-01#page-22):

The description text says:

  the server MAY include in the <extension> section of the EPP response a
  <fee:trnData> element, which contains the following child elements:

   o  A <fee:currency> element;
   o  Zero or more <fee:fee> elements;
   o  Zero or more <fee:credit> elements;
   o  An OPTIONAL <fee:balance> element;
   o  An OPTIONAL <fee:creditLimit> element.

However, transferResultType is defined as:

 <!-- transfer result -->
  <complexType name="transferResultType">
    <sequence>
      <element name="currency" type="fee:currencyType" />

      <!-- only used op="query" responses -->
      <element name="period" type="domain:periodType"
        minOccurs="0" />

      <element name="fee" type="fee:feeType"
        maxOccurs="unbounded" />
      <element name="credit" type="fee:creditType"
        minOccurs="0" maxOccurs="unbounded" />
    </sequence>
  </complexType>

"period" is missing in the text, while "balance" and "creditLimit" are
missing in the schema.

Best regards,

Thomas

-- 
____________________________________________________________________
     |       |
     | knipp |            Knipp  Medien und Kommunikation GmbH
      -------                    Technologiepark
                                 Martin-Schmeißer-Weg 9
                                 44227 Dortmund
                                 Deutschland

     Dipl.-Informatiker          Tel:    +49 231 9703-0
     Thomas Corte                Fax:    +49 231 9703-200
     Stellvertretender Leiter    SIP:    thomas.co...@knipp.de
     Software-Entwicklung        E-Mail: thomas.co...@knipp.de

                                 Registereintrag:
                                 Amtsgericht Dortmund, HRB 13728

                                 Geschäftsführer:
                                 Dietmar Knipp, Elmar Knipp

_______________________________________________
regext mailing list
regext@ietf.org
https://www.ietf.org/mailman/listinfo/regext

Reply via email to