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:documentationFormat 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:documentationUsed to show information about the number of records for
participants (1)
-
svn@rs.tdwg.org