I found an additional bug while looking at the code change that would be required to implement a switch to NCName. The ResponseId attribute is essential to the protocol and should be required. It was also ommitted from the examples. This has now been fixed. I have added a switch to the code so that the examples can be generated using either anyURI or NCName. If the examples do not match the schema the validator throws an error. <element name="PendingRequest" type="xkms:PendingRequestType"/> <complexType name="PendingRequestType"> <complexContent> <extension base="xkms:RequestAbstractType"> <attribute name="ResponseId" type="anyURI" use="required"/> </extension> </complexContent> </complexType>Received on Thursday, 7 August 2003 10:52:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:30:58 GMT