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%22%3E xsd:annotation xsd:documentationA structure represented through a subset of the XML Schema language defining how elements should be
participants (1)
-
svn@rs.tdwg.org