- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 10 Jun 2010 14:54:27 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1176:1a1096680c5f parent: 1171:1661e778a66a user: Thomas Gambet <tgambet@w3.org> date: Thu Jun 10 11:16:43 2010 -0400 files: WebContent/WEB-INF/lib/observationresponse2.jar WebContent/WEB-INF/resources/schemas/observer-response2.xsd description: updated to allow links in title elements diff -r 1661e778a66a -r 1a1096680c5f WebContent/WEB-INF/lib/observationresponse2.jar Binary file WebContent/WEB-INF/lib/observationresponse2.jar has changed diff -r 1661e778a66a -r 1a1096680c5f WebContent/WEB-INF/resources/schemas/observer-response2.xsd --- a/WebContent/WEB-INF/resources/schemas/observer-response2.xsd Tue Jun 08 13:54:10 2010 -0400 +++ b/WebContent/WEB-INF/resources/schemas/observer-response2.xsd Thu Jun 10 11:16:43 2010 -0400 @@ -44,7 +44,13 @@ </xs:attribute> <xs:attribute name="rating" type="percent.type"/> </xs:complexType> - + + <xs:complexType mixed="true" name="title.type"> + <xs:sequence> + <xs:element name="a" type="xhtml.a.type" minOccurs="0" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + <xs:complexType mixed="true" name="description.type"> <xs:sequence> <xs:group ref="description.group" minOccurs="0" maxOccurs="unbounded"/> @@ -67,7 +73,7 @@ <xs:complexType name="message.type"> <xs:sequence> <xs:element name="context" type="context.type" minOccurs="0" maxOccurs="unbounded"/> - <xs:element name="title" type="collapseString.type"/> + <xs:element name="title" type="title.type"/> <xs:element name="description" type="description.type" minOccurs="0"/> </xs:sequence> <xs:attribute name="ref" type="xs:anyURI"/>
Received on Thursday, 10 June 2010 18:56:47 UTC