Re: Questions on XML Encryption Syntax and Processing Revision 1.29

At 09:21 7/31/2001, Takeshi Imamura wrote:
>Chng is asking about the Type attribute of the *EncryptedKey* element.
>Definitely, there is no definition for the attribute.  I believe the Type
>attribute has to be moved from the EncryptedData element to the
>EncryptedType type.

Ah, sorry, now corrected

[
http://www.w3.org/Encryption/2001/Drafts/xmlenc-core/Overview.html#sec-EncryptedType
$Revision: 1.32 $ on $Date: 2001/07/31 20:51:04 $
]

   <complexType name='EncryptedType' abstract='true'>
     <sequence>
       <element name='EncryptionMethod' type='xenc:EncryptionMethodType'
                minOccurs='0'/>
       <element ref='ds:KeyInfo' minOccurs='0'/>
       <element ref='xenc:CipherData'/>
     </sequence>
     <attribute name='Id' type='ID' use='optional'/>
     <attribute name='Type' type='anyURI' use='optional'/>
    </complexType>

--
Joseph Reagle Jr.                 http://www.w3.org/People/Reagle/
W3C Policy Analyst                mailto:reagle@w3.org
IETF/W3C XML-Signature Co-Chair   http://www.w3.org/Signature
W3C XML Encryption Chair          http://www.w3.org/Encryption/2001/

Received on Tuesday, 31 July 2001 16:52:49 UTC