unicorn commit: + optional id attribute to message elements

changeset:   1617:e026330b1bdc
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Wed Feb 23 13:11:39 2011 -0500
files:       WebContent/WEB-INF/resources/schemas/observer-response.xsd
description:
+ optional id attribute to message elements


diff -r cb51d830eb3f -r e026330b1bdc WebContent/WEB-INF/resources/schemas/observer-response.xsd
--- a/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Tue Feb 22 11:48:00 2011 -0500
+++ b/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Wed Feb 23 13:11:39 2011 -0500
@@ -76,6 +76,7 @@
 			<xs:element name="title" type="title.type"/>
 			<xs:element name="description" type="description.type" minOccurs="0"/>
 		</xs:sequence>
+		<xs:attribute name="id" type="xs:token"/>
 		<xs:attribute name="ref" type="xs:anyURI"/>
 		<xs:attribute name="type" use="required" type="message.level"/>
 		<xs:attribute name="group" type="xs:token"/>

Received on Wednesday, 23 February 2011 18:11:51 UTC