[tdwg-tapir] r1342 - tapir/dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Tue Nov 13 17:09:21 CET 2007


Author: RenatoDeGiovanni
Date: 2007-11-13 17:09:15 +0100 (Tue, 13 Nov 2007)
New Revision: 1342

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Avoid strict schema validation in search results that include the TAPIR envelope, but require a different namespace for the elements (note: omit-ns can only be used when the TAPIR envelope is turned off).


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-11-13 16:01:09 UTC (rev 1341)
+++ tapir/dev/schema/tapir.xsd	2007-11-13 16:09:15 UTC (rev 1342)
@@ -1828,7 +1828,7 @@
 			<xsd:documentation>Format of search operation result.</xsd:documentation>
 		</xsd:annotation>
 		<xsd:sequence>
-			<xsd:any/>
+			<xsd:any processContents="lax" namespace="##other"/>
 			<xsd:element name="summary" type="resultSummaryType">
 				<xsd:annotation>
 					<xsd:documentation>Used to show information about the number of records for




More information about the tdwg-tag mailing list