summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:25:44 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:25:44 +0000
commitb5c0d648cf147d3709eb78d98011f38e07aee723 (patch)
treee82891caaa5b04b3551ef59d1c790fddd99d5131 /sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd
parent539451c7e13d98504e6f3368d892406494ca711d (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd')
-rw-r--r--sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd29
1 files changed, 29 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd b/sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd
new file mode 100644
index 0000000000..e8535fe3a7
--- /dev/null
+++ b/sca-java-1.x/branches/sca-java-1.5.2/itest/workspace-manager/src/main/resources/import-xyz.xsd
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- (c) Copyright SCA Collaboration 2006 -->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://someuri"
+ xmlns:tns="http://someuri"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ elementFormDefault="qualified">
+
+ <import namespace="http://www.osoa.org/xmlns/sca/1.0"/>
+
+ <element name="import.xyz" type="tns:ImportXYZ" substitutionGroup="sca:baseImport"/>
+
+ <element name="export.xyz" type="tns:ExportXYZ" substitutionGroup="sca:baseExport"/>
+
+ <complexType name="ImportXYZ">
+ <complexContent>
+ <extension base="sca:BaseImportType">
+ <attribute name="anAttribute" type="string"/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <complexType name="ExportXYZ">
+ <complexContent>
+ <extension base="sca:BaseExportType"/>
+ </complexContent>
+ </complexType>
+
+</schema> \ No newline at end of file