diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-07 09:41:20 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-07 09:41:20 +0000 |
commit | 70a9648d3d86d1f366c1201c5e00e5c82f884e60 (patch) | |
tree | 0f114188bd3c436ebe979a02e4d7b6e1f3265b9b /java/sca/modules/assembly-xsd/src/main | |
parent | 05d2659d7d6b1ce1768cac0740bf7231eeeb713d (diff) |
Bring JEE XSD into line with latest OASIS JEE spec (sca-jee-1.1-spec-wd05.doc)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd index 5f36c41f8d..6df685b881 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-jee-1.1-wd03.xsd @@ -17,7 +17,7 @@ maxOccurs="unbounded"/>
</sequence>
<attribute name="ejb-link" type="string" use="required"/>
- <anyAttribute namespace="##any" processContents="lax"/>
+ <anyAttribute namespace="##other" processContents="lax"/>
</extension>
</complexContent>
</complexType>
@@ -31,7 +31,7 @@ maxOccurs="unbounded"/>
</sequence>
<attribute name="web-uri" type="string" use="required"/>
- <anyAttribute namespace="##any" processContents="lax"/>
+ <anyAttribute namespace="##other" processContents="lax"/>
</extension>
</complexContent>
</complexType>
@@ -45,7 +45,7 @@ maxOccurs="unbounded"/>
</sequence>
<attribute name="archive" type="string" use="required"/>
- <anyAttribute namespace="##any" processContents="lax"/>
+ <anyAttribute namespace="##other" processContents="lax"/>
</extension>
</complexContent>
</complexType>
|