- From: Joseph Reagle <reagle@w3.org>
- Date: Fri, 29 Mar 2002 14:53:51 -0500
>From reagle Wed Mar 27 18:22:22 2002
Return-Path: <xml-encryption-request@w3.org>
Received: from localhost [127.0.0.1]
by localhost with POP3 (fetchmail-5.9.8)
for reagle@localhost (single-drop); Wed, 27 Mar 2002 18:22:22 -0500 (EST)
Received: from wiggum.w3.org (wiggum.w3.org [18.29.0.213])
by tux.w3.org (8.9.3/8.9.3) with ESMTP id SAA04551;
Wed, 27 Mar 2002 18:11:19 -0500
Received: from www19.w3.org (www19.w3.org [18.29.0.19])
by wiggum.w3.org (Postfix) with ESMTP
id 94EFE22B6D; Wed, 27 Mar 2002 18:11:19 -0500 (EST)
Received: (from daemon@localhost)
by www19.w3.org (8.9.0/8.9.0) id SAA20300;
Wed, 27 Mar 2002 18:11:12 -0500 (EST)
Resent-Date: Wed, 27 Mar 2002 18:11:12 -0500 (EST)
Resent-Message-Id: <200203272311.SAA20300@www19.w3.org>
Received: from tux.w3.org (tux.w3.org [18.29.0.27])
by www19.w3.org (8.9.0/8.9.0) with ESMTP id SAA20280
for <xml-encryption@www19.w3.org>; Wed, 27 Mar 2002 18:11:08 -0500 (EST)
Received: from there (tux.w3.org [18.29.0.27])
by tux.w3.org (8.9.3/8.9.3) with SMTP id SAA04511;
Wed, 27 Mar 2002 18:11:06 -0500
Content-Type: text/plain;
charset="iso-8859-1"
From: Joseph Reagle <reagle@w3.org>
Reply-To: reagle@w3.org
Organization: W3C
To: "Takeshi Imamura" <IMAMU@jp.ibm.com>
Date: Fri, 29 Mar 2002 14:53:51 -0500
X-Mailer: KMail [version 1.3.2]
Cc: xml-encryption@w3.org
References: <OF52302403.F01B1429-ON49256B84.0060D528@LocalDomain>
In-Reply-To: <OF52302403.F01B1429-ON49256B84.0060D528@LocalDomain>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: Re: Typos in schema definition
Resent-From: xml-encryption@w3.org
X-Mailing-List: <xml-encryption@w3.org> archive/latest/1351
X-Loop: xml-encryption@w3.org
Sender: xml-encryption-request@w3.org
Resent-Sender: xml-encryption-request@w3.org
Precedence: list
List-Id: <xml-encryption.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Unsubscribe: <mailto:xml-encryption-request@w3.org?subject=unsubscribe>
X-Whitelist: yes reagle@w3.org
I've updated:
http://www.w3.org/Encryption/2001/Drafts/xmlenc-core/Overview.html#sec-EncryptionMethod
new revision: 1.21
<complexType name='EncryptionMethodType' mixed='true'>
<sequence>
<element name='KeySize' minOccurs='0' type='xenc:KeySizeType'/>
<choice>
<sequence>
<element ref='ds:DigestMethod' minOccurs='0'/>
<element name='OAEPparams' minOccurs='0' type='base64Binary'/>
</sequence>
<any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</choice>
</sequence>
<attribute name='Algorithm' type='anyURI' use='required'/>
</complexType>
Received on Friday, 29 March 2002 14:53:54 UTC