[XKMS2] Errata: MajorResult and MinorResult?

Hello,

In the process of translating the REC, I stumbled on what seems a
contradiction between the text of the REC and the XKMS Schema, that
is:

In Section 2 Protocol Exchanges, first sentence of production [43]
reads:
    
    [...]
    
Each XKMS response message contains a *MajorResult* code that
determines whether the response is final or further processing is
required. [...]

According to the XKMS Schema, it should read:

Each XKMS response message contains a *ResultMajor* code that
determines whether the response is final or further processing is
required.

NOTE: This typo appears also in productions [49], [51], [52], [54],
[57], [58], [61], [63], [64], [67], [68] (twice), [100] (twice),
[111] (twice), [115] and [130]


=================

As well, in Section 2.4 Synchronous and Asynchronous Processing,
second sentence of production [52] reads:

    [...]
    
If an XKMS service receives a request that cannot be processed
synchronously and the ResponseMechanism value Pending is not
specified the MajorResult code Receiver and *MinorResult* code
NotSynchronous are returned.

According to the XKMS Schema, it should read:

If an XKMS service receives a request that cannot be processed
synchronously and the ResponseMechanism value Pending is not
specified the {ResultMajor} code Receiver and *ResultMinor* code
NotSynchronous are returned.

NOTE: This typo appears also in production [64].


Should these typos have not already been reported...

That's all for now,

JJS.

Received on Wednesday, 17 August 2005 15:14:33 UTC