2006/unicorn/WebContent/WEB-INF/resources/schemas observer-response2.xsd,1.5,1.6

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas
In directory hutz:/tmp/cvs-serv18088/WebContent/WEB-INF/resources/schemas

Modified Files:
	observer-response2.xsd 
Log Message:
changed namespace from http://www.w3.org/unicorn/2009/10/observationresponse
to http://www.w3.org/2009/10/unicorn/observationresponse
+ date attribute type changed from xs:date to xs:dateTime

Index: observer-response2.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response2.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- observer-response2.xsd	19 Oct 2009 12:39:23 -0000	1.5
+++ observer-response2.xsd	20 Oct 2009 11:58:59 -0000	1.6
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema
-	xmlns="http://www.w3.org/unicorn/2009/10/observationresponse"
+	xmlns="http://www.w3.org/2009/10/unicorn/observationresponse"
 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
-	targetNamespace="http://www.w3.org/unicorn/2009/10/observationresponse"
+	targetNamespace="http://www.w3.org/2009/10/unicorn/observationresponse"
 	elementFormDefault="qualified">
 	<xs:import
 		namespace="http://www.w3.org/XML/1998/namespace"
@@ -98,7 +98,7 @@
 				<xs:group ref="messages" maxOccurs="unbounded"/>
 			</xs:sequence>
 			<xs:attribute name="ref" use="required"/>
-			<xs:attribute name="date" type="xs:date"/>
+			<xs:attribute name="date" type="xs:dateTime"/>
 		</xs:complexType>
 	</xs:element>
 	

Received on Tuesday, 20 October 2009 11:59:05 UTC