summaryrefslogtreecommitdiffstats
path: root/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd')
-rw-r--r--branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd b/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
new file mode 100644
index 0000000000..ec4a25740f
--- /dev/null
+++ b/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
@@ -0,0 +1,12 @@
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.apache.org/tuscany/SubstitutionValues"
+ xmlns:sv="http://www.apache.org/tuscany/SubstitutionValues">
+ <element name="groupHead" type="string"/>
+ <complexType name="TestObject">
+ <sequence>
+ <element ref="sv:groupHead"/>
+ <element name="nonGroupHead" type="string"/>
+ </sequence>
+ </complexType>
+ <element name="groupMember" type="string" substitutionGroup="sv:groupHead"/>
+</schema> \ No newline at end of file