- From: <Frederick.Hirsch@nokia.com>
- Date: Tue, 16 Aug 2011 15:08:14 +0000
- To: <public-xmlsec@w3.org>
- CC: <Frederick.Hirsch@nokia.com>
I have updated the XML Encryption 1.1 Schema to add 'type="anyURI"' to the Algorithm attribute in AlgorithmIdentifierType.
I updated the text in the specification as well as the xenc-schema-11.xsd file.
The updated schema definition is as follows:
	<complexType name="AlgorithmIdentifierType">
		<sequence>
			<element name="Parameters" minOccurs="0"/>
		</sequence>
        <attribute name="Algorithm" type="anyURI" />
	</complexType>
This should complete ACTION-824 and enable resolution of LC-2543, see http://lists.w3.org/Archives/Public/public-xmlsec/2011Aug/0028.html
regards, Frederick
Frederick Hirsch
Nokia
Received on Tuesday, 16 August 2011 15:09:02 UTC