unicorn commit: add message.type

changeset:   1739:33182c794304
tag:         tip
user:        Jean-Guilhem Rouel <jean-gui@w3.org>
date:        Mon Jan 13 10:45:07 2014 +0100
files:       WebContent/WEB-INF/resources/schemas/observer-response.xsd
description:
add message.type


diff -r 21f860bf52c6 -r 33182c794304 WebContent/WEB-INF/resources/schemas/observer-response.xsd
--- a/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Mon Nov 04 14:29:03 2013 +0100
+++ b/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Mon Jan 13 10:45:07 2014 +0100
@@ -75,6 +75,7 @@
 			<xs:element name="context" type="context.type" minOccurs="0" maxOccurs="unbounded"/>
 			<xs:element name="title" type="title.type"/>
 			<xs:element name="description" type="description.type" minOccurs="0"/>
+      <xs:element name="type" type="xs:string" minOccurs="0" />
 		</xs:sequence>
 		<xs:attribute name="id" type="xs:token"/>
 		<xs:attribute name="ref" type="xs:anyURI"/>
@@ -157,4 +158,4 @@
 		</xs:choice>
 	</xs:group>
 	
-</xs:schema>
\ No newline at end of file
+</xs:schema>

Received on Monday, 13 January 2014 09:45:16 UTC