diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:39:35 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:39:35 +0000 |
commit | f80e186c6c412fd31801f211b75625cfd1a096d6 (patch) | |
tree | 823cde374315c2813e745b1ba87f727bf71e21e6 /java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd | |
parent | c44e23eb0077e2eeb7ec79396837b88215d268af (diff) |
Updating to the latest set of XSDs released by OASIS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd deleted file mode 100644 index baa6317ef9..0000000000 --- a/java/sca/modules/assembly-xsd/src/main/resources/sca-1.1-schema-200803.xsd +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. OASIS trademark, IPR and other policies apply. -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903">
-
- <include schemaLocation="sca-core-1.1-schema-200803.xsd"/>
-
- <include schemaLocation="sca-interface-java-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-interface-wsdl-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-interface-cpp-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-interface-c-1.1-schema-200803.xsd"/>
-
- <include schemaLocation="sca-implementation-java-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-implementation-composite-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-implementation-cpp-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-implementation-c-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-implementation-bpel-1.1-schema-200803.xsd"/>
-
- <include schemaLocation="sca-binding-webservice-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-binding-jms-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-binding-sca-1.1-schema-200803.xsd"/>
-
- <include schemaLocation="sca-definitions-1.1-schema-200803.xsd"/>
- <include schemaLocation="sca-policy-1.1-schema-200803.xsd"/>
-
- <include schemaLocation="sca-contribution-1.1-schema-200803.xsd"/>
-
-</schema>
|