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

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


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

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Keep strict schema validation for inline response structures, adding requirement that elements must be in the XML Schema namespace.


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-11-13 15:54:20 UTC (rev 1340)
+++ tapir/dev/schema/tapir.xsd	2007-11-13 16:01:09 UTC (rev 1341)
@@ -242,7 +242,7 @@
 				<xsd:complexType>
 					<xsd:choice>
 						<xsd:element name="schema" type="externalResourceType"/>
-						<xsd:any namespace="##other">
+						<xsd:any processContents="strict" namespace="http://www.w3.org/2001/XMLSchema">
 							<xsd:annotation>
 								<xsd:documentation>A structure represented through a subset of the
 									XML Schema language defining how elements should be




More information about the tdwg-tag mailing list