W3C home > Mailing lists > Public > w3c-ietf-xmldsig@w3.org > April to June 2009

DS11 Schema error in ECKeyValue/NamedCurve/@URI

From: Anders Rundgren <anders.rundgren@telia.com>
Date: Thu, 16 Apr 2009 20:26:03 +0200
Message-ID: <DEC1388580E94DA68BE9DD68BBEE4E69@AndersPC>
To: <w3c-ietf-xmldsig@w3.org>
>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:26:33 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 16 April 2009 18:26:34 GMT