Author: RenatoDeGiovanni Date: 2007-11-13 16:54:20 +0100 (Tue, 13 Nov 2007) New Revision: 1340
Modified: tapir/dev/schema/tapir.xsd Log: Avoid strict schema validation inside <custom> element but require that subelements must be in a different namespace.
Modified: tapir/dev/schema/tapir.xsd =================================================================== --- tapir/dev/schema/tapir.xsd 2007-11-09 12:26:39 UTC (rev 1339) +++ tapir/dev/schema/tapir.xsd 2007-11-13 15:54:20 UTC (rev 1340) @@ -200,7 +200,7 @@ </xsd:annotation> xsd:complexType xsd:sequence - <xsd:any minOccurs="0" maxOccurs="unbounded"> + <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"> xsd:annotation xsd:documentationFor any custom extension. E.g what security related capabilities does the provider have? Encryption, access restriction,