commit: allows line and column attributes to be set to 0

changeset:   1162:b6845eaf2496
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Tue Jun 08 11:19:54 2010 -0400
files:       WebContent/WEB-INF/lib/observationresponse2.jar WebContent/WEB-INF/resources/schemas/observer-response2.xsd
description:
allows line and column attributes to be set to 0


diff -r 92f025fef42a -r b6845eaf2496 WebContent/WEB-INF/lib/observationresponse2.jar
Binary file WebContent/WEB-INF/lib/observationresponse2.jar has changed
diff -r 92f025fef42a -r b6845eaf2496 WebContent/WEB-INF/resources/schemas/observer-response2.xsd
--- a/WebContent/WEB-INF/resources/schemas/observer-response2.xsd	Tue Jun 08 10:21:15 2010 -0400
+++ b/WebContent/WEB-INF/resources/schemas/observer-response2.xsd	Tue Jun 08 11:19:54 2010 -0400
@@ -55,11 +55,11 @@
 		<xs:sequence>
 			<xs:element name="strong" type="xhtml.strong.type" minOccurs="0" maxOccurs="unbounded"/>
 		</xs:sequence>
-		<xs:attribute name="line" type="xs:positiveInteger"/>
-		<xs:attribute name="column" type="xs:positiveInteger"/>
+		<xs:attribute name="line" type="xs:nonNegativeInteger"/>
+		<xs:attribute name="column" type="xs:nonNegativeInteger"/>
 		<xs:attribute name="line-range" type="range.type"/>
 		<xs:attribute name="column-range" type="range.type"/>
-		<xs:attribute name="offset" type="xs:positiveInteger"/>
+		<xs:attribute name="offset" type="xs:nonNegativeInteger"/>
 		<xs:attribute name="position" type="xs:string"/>
 		<xs:attribute name="ref" type="xs:anyURI"/>
 	</xs:complexType>

Received on Tuesday, 8 June 2010 15:20:10 UTC