Fwd: DS11 Schema error in ECKeyValue/NamedCurve/@URI

Archiving in the right place.
--  
Thomas Roessler, W3C  <tlr@w3.org>



Begin forwarded message:

> From: "Anders Rundgren" <anders.rundgren@telia.com>
> Date: 16 April 2009 20:26:03 GMT+02:00
> To: <w3c-ietf-xmldsig@w3.org>
> Subject: DS11 Schema error in ECKeyValue/NamedCurve/@URI
> Archived-At: <http://www.w3.org/mid/DEC1388580E94DA68BE9DD68BBEE4E69@AndersPC 
> >
>
>> From W3C Working Draft 26 February 2009:
>
>    <element name="ECKeyValue" type="dsig11:ECKeyValueType"/>
>    <complexType name="ECKeyValueType">
>      <sequence>
>        <choice>
>          <element name="ECParameters" type="dsig11:ECParametersType"/>
>          <element name="NamedCurve" type="dsig11:NamedCurveType"/>
>        </choice>
>        <element name="PublicKey" type="dsig11:ECPointType"/>
>      </sequence>
>    </complexType>
>
>    <complexType name="NamedCurveType">
>      <attribute name="URI" type="anyURI"/>
>    </complexType>
>
>    <simpleType name="ECPointType">
>      <restriction base="ds:CryptoBinary"/>
>    </simpleType>
>
>
> It seems that there should be a use="required" on the URI attribute.
>
> Anders
>

Received on Thursday, 16 April 2009 18:30:47 UTC