diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-11 08:29:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-11 08:29:56 +0000 |
commit | f21e77ee99a2a752142a8c2ee34d1db9c2ea3b71 (patch) | |
tree | 803ac9faa4e4cf9ad8b60fa64c2062301b641466 /java | |
parent | 7df85ffb3127adb374eb24db24ce3fb20d66ffc7 (diff) |
Update jsonp schema so errors are thrown for unkown attributes in the tuscany namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/modules/binding-jsonp/src/main/resources/binding-jsonp.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/binding-jsonp/src/main/resources/binding-jsonp.xsd b/java/sca/modules/binding-jsonp/src/main/resources/binding-jsonp.xsd index 885d721dab..0817fd7969 100644 --- a/java/sca/modules/binding-jsonp/src/main/resources/binding-jsonp.xsd +++ b/java/sca/modules/binding-jsonp/src/main/resources/binding-jsonp.xsd @@ -34,7 +34,7 @@ <any namespace="##targetNamespace" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
- <anyAttribute namespace="##any" processContents="lax"/>
+ <anyAttribute namespace="##other" processContents="lax"/>
</extension>
</complexContent>
</complexType>
|