Minor nit - invalid attribute declaration of xml:id

Hi, 

The attribute declaration in the schema fragment you show is not valid
because it prefixes the attribute name.  Only an NCName can be used in the
"name" attribute of the "xs:attribute" element.  It will automatically be
associated with the target namespace; no prefix is required.

It should read:

    <xs:attribute name="id" type="xs:ID"/>

Thanks,
Priscilla Walmsley

Received on Thursday, 15 April 2004 13:02:50 UTC