unicorn commit: rename element type to typeid as type was already used

changeset:   1740:c1b45041e2c7
tag:         tip
user:        Jean-Guilhem Rouel <jean-gui@w3.org>
date:        Mon Jan 13 11:12:55 2014 +0100
files:       WebContent/WEB-INF/resources/schemas/observer-response.xsd
description:
rename element type to typeid as type was already used


diff -r 33182c794304 -r c1b45041e2c7 WebContent/WEB-INF/resources/schemas/observer-response.xsd
--- a/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Mon Jan 13 10:45:07 2014 +0100
+++ b/WebContent/WEB-INF/resources/schemas/observer-response.xsd	Mon Jan 13 11:12:55 2014 +0100
@@ -75,7 +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:element name="typeid" type="xs:string" minOccurs="0" />
 		</xs:sequence>
 		<xs:attribute name="id" type="xs:token"/>
 		<xs:attribute name="ref" type="xs:anyURI"/>

Received on Monday, 13 January 2014 10:13:05 UTC