- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 12:36:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas In directory hutz:/tmp/cvs-serv15406/WebContent/WEB-INF/resources/schemas Modified Files: observer-response2.xsd Log Message: added lang attribute on <observationresponse> <group> and <message> Index: observer-response2.xsd =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response2.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- observer-response2.xsd 20 Oct 2009 11:58:59 -0000 1.6 +++ observer-response2.xsd 23 Oct 2009 12:36:48 -0000 1.7 @@ -71,6 +71,7 @@ <xs:attribute name="type" use="required" type="message.level"/> <xs:attribute name="group" type="xs:token"/> <xs:attribute name="level" type="percent.type"/> + <xs:attribute name="lang" type="xs:language"/> </xs:complexType> <xs:complexType name="list.type"> @@ -88,6 +89,7 @@ </xs:sequence> <xs:attribute name="name" type="xs:token" use="required"/> <xs:attribute name="parent" type="xs:token"/> + <xs:attribute name="lang" type="xs:language"/> </xs:complexType> <!-- Root element --> @@ -99,6 +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:complexType> </xs:element>
Received on Friday, 23 October 2009 12:36:51 UTC