2006/unicorn/WebContent/WEB-INF/resources/schemas observer-response2.xsd,1.9,1.10

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

Modified Files:
	observer-response2.xsd 
Log Message:
changed schema to allow the status element to be at the end of the response. This makes sense for validators that construct the response sequentially and do not know at the beginning if the validation is passed or not.

Index: observer-response2.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/observer-response2.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- observer-response2.xsd	23 Oct 2009 13:41:08 -0000	1.9
+++ observer-response2.xsd	14 May 2010 15:25:10 -0000	1.10
@@ -98,6 +98,7 @@
 			<xs:sequence>
 				<xs:element name="status" type="status.type" minOccurs="0"/>
 				<xs:group ref="messages" maxOccurs="unbounded"/>
+				<xs:element name="status" type="status.type" minOccurs="0"/>
 			</xs:sequence>
 			<xs:attribute name="ref" use="required"/>
 			<xs:attribute name="date" type="xs:dateTime"/>

Received on Friday, 14 May 2010 15:25:14 UTC