wrong ATTLIST for RetrievalMethod in core-09

Hi all.

In Chapter 4.4.3 the DTD definition of the ATTLIST for RetrievalMethod is a
bit garbled, it reads
<!ATTLIST Type 
          URI    CDATA #REQUIRED
          Type   CDATA #REQUIRED>

IMO it should be
<!ATTLIST RetrievalMethod 
          URI    CDATA #REQUIRED
          Type   CDATA #OPTIONAL>

Regards,
   Juergen

Received on Friday, 6 October 2000 05:56:48 UTC