2006/unicorn/WebContent/WEB-INF/resources/schemas observer-response2.xsd,1.7,1.8

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

Modified Files:
	observer-response2.xsd 
Log Message:
attribute lang is now mandatory on <observationresponse>

Index: observer-response2.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response2.xsd,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- observer-response2.xsd	23 Oct 2009 12:36:48 -0000	1.7
+++ observer-response2.xsd	23 Oct 2009 12:59:14 -0000	1.8
@@ -101,7 +101,7 @@
 			</xs:sequence>
 			<xs:attribute name="ref" use="required"/>
 			<xs:attribute name="date" type="xs:dateTime"/>
-			<xs:attribute name="lang" type="xs:language"/>
+			<xs:attribute name="lang" type="xs:language" use="required"/>
 		</xs:complexType>
 	</xs:element>
 	

Received on Friday, 23 October 2009 12:59:19 UTC