diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-02 07:57:34 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-02 07:57:34 +0000 |
commit | 60f56d7debcbebc74731b50bfc7db7ee13af5d83 (patch) | |
tree | 8cb7a0e27519a5f8a93dad178ce06182a0e0639d /java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd | |
parent | 1ee24d7df3cebec4b0ce916e4d445635ade5b4e3 (diff) |
Separating 1.0 and 1.1 schemas into separate folders
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd new file mode 100644 index 0000000000..a177816cdd --- /dev/null +++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-10/sca.xsd @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- (c) Copyright SCA Collaboration 2006, 2007 --> +<schema xmlns="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://www.osoa.org/xmlns/sca/1.0" + xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"> + + <include schemaLocation="sca-core.xsd"/> + + <include schemaLocation="sca-interface-java.xsd"/> + <include schemaLocation="sca-interface-wsdl.xsd"/> + + <include schemaLocation="sca-implementation-java.xsd"/> + <include schemaLocation="sca-implementation-composite.xsd"/> + + <include schemaLocation="sca-binding-webservice.xsd"/> + <include schemaLocation="sca-binding-sca.xsd"/> + + <include schemaLocation="sca-contributions.xsd"/> + + <include schemaLocation="sca-definitions.xsd"/> + <include schemaLocation="sca-policy.xsd"/> + +</schema>
\ No newline at end of file |