summaryrefslogtreecommitdiffstats
path: root/java/sca/stest/sampleTest/src/main
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 06:05:46 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 06:05:46 +0000
commitca41068072a7ffe2404fb77bf223e73de854f7d7 (patch)
tree2ee99cf4ddc17af21a98dfac502884c4c16024c5 /java/sca/stest/sampleTest/src/main
parentc93d4f11bd27e1d7c8add329f1956f45f9c8bb2d (diff)
Fix the schema error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/stest/sampleTest/src/main')
-rw-r--r--java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd7
1 files changed, 4 insertions, 3 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd b/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
index 2040f38783..f60a71eb38 100644
--- a/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
+++ b/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
@@ -24,11 +24,12 @@
xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200712"
elementFormDefault="qualified">
-
<!-- A complex type -->
<complexType name="ComplexType1">
- <element name="firstData" type="string" />
- <element name="secondData" type="string" />
+ <sequence>
+ <element name="firstData" type="string" />
+ <element name="secondData" type="string" />
+ </sequence>
</complexType>
<!-- A global element with a complex type -->