Re: New element definition added to 1.1 XML Signature Schema

Frederick,

Thank you for providing a RELAX NG schema fragment.

> ds_X509DataChild |= dsig11_X509Digest

This line should be:

   ds_X509DataForeignChild |= dsig11_X509Digest

This is because ds_X509DataChild is intended to be fixed while
ds_X509DataForeignChild is intended to be a customization point.

>dsig11_X509Digest = 
>  attribute Algorithm { xsd:anyURI },
>  xsd:base64Binary

This looks fine to me.

Cheers,
Makoto

Received on Sunday, 3 October 2010 09:33:56 UTC