- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 16:31:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas
In directory hutz:/tmp/cvs-serv15423/WebContent/WEB-INF/resources/schemas
Modified Files:
observer-response.xsd
Log Message:
removed callingUri
Index: observer-response.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response.xsd,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- observer-response.xsd 18 Sep 2009 16:20:05 -0000 1.7
+++ observer-response.xsd 18 Sep 2009 16:31:28 -0000 1.8
@@ -12,8 +12,6 @@
<xs:sequence>
<!-- URI of the document checked-->
<xs:element ref="m:uri" minOccurs="0" maxOccurs="1" />
- <!-- URI of the observer -->
- <xs:element ref="m:callingUri" minOccurs="0" />
<!-- "Version" of the document. For example CSS 2, XHTML 1.0 Strict, ... -->
<xs:element ref="m:version" minOccurs="0" />
<!-- Observation date-->
@@ -34,8 +32,7 @@
</xs:complexType>
</xs:element>
- <xs:element name="uri" type="xs:anyURI"/>
- <xs:element name="callingUri" type="xs:anyURI"/>
+ <xs:element name="uri" type="xs:anyURI"/>
<xs:element name="version" type="xs:string"/>
<xs:element name="date" type="xs:dateTime"/>
<xs:element name="passed" type="xs:boolean"/>
Received on Friday, 18 September 2009 16:31:40 UTC