- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 15:48:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas
In directory hutz:/tmp/cvs-serv10979/WebContent/WEB-INF/resources/schemas
Modified Files:
observer-response.xsd
Log Message:
moved rating tag
Index: observer-response.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- observer-response.xsd 18 Sep 2009 15:16:24 -0000 1.4
+++ observer-response.xsd 18 Sep 2009 15:48:19 -0000 1.5
@@ -20,9 +20,7 @@
<xs:element ref="m:date" minOccurs="0" />
<!-- used for conformance checks -->
<xs:element ref="m:passed" minOccurs="0" />
- <!-- Result of the observation -->
- <xs:element ref="m:result" />
- <xs:element name="rating" minOccurs="0" maxOccurs="1">
+ <xs:element name="rating" minOccurs="0" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minExclusive value="0"></xs:minExclusive>
@@ -30,6 +28,8 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
+ <!-- Result of the observation -->
+ <xs:element ref="m:result" />
</xs:sequence>
</xs:complexType>
</xs:element>
Received on Friday, 18 September 2009 15:48:30 UTC