Last call comment on XML Sig 1.1 schema

Just reviewing the schema and noted there's a redundancy:

<simpleType name="ECPointType">
	<restriction base="ds:CryptoBinary"/>
</simpleType>

Other places in the EC key syntax schema just use CryptoBinary directly, so
I'd suggest removing that type definition and
s/dsig11:ECPointType/ds:CryptoBinary for consistency.

This shouldn't affect any implementations at this point.

-- Scott

Received on Tuesday, 8 June 2010 15:02:09 UTC