summaryrefslogtreecommitdiffstats
path: root/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd')
-rw-r--r--java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd5
1 files changed, 5 insertions, 0 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 b5de3a4c38..ab473cdb92 100644
--- a/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
+++ b/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd
@@ -24,9 +24,14 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
+
+ <!-- A complex type -->
<complexType name="ComplexType1">
<element name="firstData" type="string" />
<element name="secondData" type="string" />
</complexType>
+
+ <!-- A global element with a complex type -->
+ <element name="globalElement1" type="test:ComplexType1"/>
</schema> \ No newline at end of file